Skip to main content

Structure sysc::SetupFileInfo

Definition: CommonTypes.hpp (line 152)

Provide a structure for writing System Coupling setup files.

Members

Public attributes

Variable setupFileName

Definition: CommonTypes.hpp (line 153)

std::string sysc::SetupFileInfo::setupFileName

Setup file name.

Type: std::string

Variable restartsSupported

Definition: CommonTypes.hpp (line 154)

bool sysc::SetupFileInfo::restartsSupported

Do not use.

Type: bool

Public functions

Function SetupFileInfo

sysc::SetupFileInfo::SetupFileInfo()

Provide a default constructor for SetupFileInfo.

Setup file name will be set to empty string. Restarts supported flag will be set to false.

Return type:

Function SetupFileInfo

sysc::SetupFileInfo::SetupFileInfo(std::string setupFileName)

Provide a non-default constructor for SetupFileInfo.

Parameters:

  • setupFileName: Setup file name.

Restarts supported flag will be set to false.

Parameters:

  • std::string setupFileName

Return type:

Function SetupFileInfo

sysc::SetupFileInfo::SetupFileInfo(std::string setupFileName, bool restartsSupported)

Provide a non-default constructor for SetupFileInfo.

Parameters:

  • setupFileName: Setup file name.
  • restartsSupported: Flag indicating whether restarts are supported.

Parameters:

  • std::string setupFileName
  • bool restartsSupported

Return type: