Skip to main content

Structure SyscSetupFileInfo

Definition: syscCommonTypes.h (line 294)

Provide a structure for writing System Coupling setup files.

To create and/or initialize the SyscSetupFileInfo struct, it is highly recommended to use syscGetSetupFileInfo function. This function will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:

SyscSetupFileInfo setupFileInfo = syscGetSetupFileInfo("setup.scp");

Members

Public attributes

Variable setupFileName

Definition: syscCommonTypes.h (line 295)

char SyscSetupFileInfo::setupFileName[SYSC_STRING_LENGTH][SYSC_STRING_LENGTH]

File name.

Type: char

Variable restartsSupported

Definition: syscCommonTypes.h (line 296)

int SyscSetupFileInfo::restartsSupported

Do not use.

Type: int