SyscSetupFileInfo Struct Reference
Last update: 17.07.2025Provide a structure for writing System Coupling setup files. More...
#include <syscCommonTypes.h>
Data Fields | |
| char | setupFileName [SYSC_STRING_LENGTH] |
| int | restartsSupported |
Detailed Description
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 syscGetSetupFileInfo(const char *setupFileName)
Provide a function to create SetupFileInfo struct.
Provide a structure for writing System Coupling setup files.
Definition syscCommonTypes.h:233
Definition at line 233 of file syscCommonTypes.h.
Field Documentation
◆ restartsSupported
| int SyscSetupFileInfo::restartsSupported |
Do not use.
Definition at line 235 of file syscCommonTypes.h.
◆ setupFileName
| char SyscSetupFileInfo::setupFileName[SYSC_STRING_LENGTH] |
File name.
Definition at line 234 of file syscCommonTypes.h.