SyscSetupInfo Struct Reference
Last update: 17.07.2025Provide a structure for System Coupling setup information. More...
#include <syscCommonTypes.h>
Data Fields | |
| enum SyscAnalysisType | analysisType |
| int | restartsSupported |
Detailed Description
Provide a structure for System Coupling setup information.
To create and/or initialize the SyscSetupInfo struct, it is highly recommended to use one of the functions with names starting with syscGetSetupInfo. These functions will initialize all members to the correct values and will help to avoid back-compatibility issues in the future. For example:
SyscSetupInfo syscGetSetupInfoA(enum SyscAnalysisType analysisType)
Create a setup info struct.
Provide a structure for System Coupling setup information.
Definition: syscCommonTypes.h:160
Definition at line 160 of file syscCommonTypes.h.
Field Documentation
◆ analysisType
| enum SyscAnalysisType SyscSetupInfo::analysisType |
Analysis type.
Definition at line 161 of file syscCommonTypes.h.
◆ restartsSupported
| int SyscSetupInfo::restartsSupported |
Flag indicating whether restarts are supported.
Definition at line 162 of file syscCommonTypes.h.