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 |
| enum SyscDimension | dimension |
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:166
Definition at line 166 of file syscCommonTypes.h.
Field Documentation
◆ analysisType
| enum SyscAnalysisType SyscSetupInfo::analysisType |
Analysis type.
Definition at line 167 of file syscCommonTypes.h.
◆ dimension
| enum SyscDimension SyscSetupInfo::dimension |
Participant dimension.
Definition at line 169 of file syscCommonTypes.h.
◆ restartsSupported
| int SyscSetupInfo::restartsSupported |
Flag indicating whether restarts are supported.
Definition at line 168 of file syscCommonTypes.h.