SyscParticipantInfo Struct Reference
Last update: 17.07.2025Provide a structure to provide connection info to System Coupling. More...
#include <syscCommonTypes.h>
Data Fields | |
| char | scHost [SYSC_STRING_LENGTH] |
| unsigned short | scPort |
| char | participantName [SYSC_STRING_LENGTH] |
| char | buildInformation [SYSC_STRING_LENGTH] |
| char | transcriptFilename [SYSC_STRING_LENGTH] |
Detailed Description
Provide a structure to provide connection info to System Coupling.
- Parameters
-
[in] scHost Name of the host on which System Coupling is running. [in] scPort Port number on which System Coupling is listening for participant connections. [in] participantName Name of this participant (e.g. "MAPDL-1"). [in] buildInformation Information about the build of this participant solver. [in] isCosimulation Flag signifying if the simulation is a cosimulation. [in] transcriptFilename The filename to be given to the output participant transcript.
- Returns
- SyscError Can be checked for any errors.
Definition at line 315 of file syscCommonTypes.h.