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 292 of file syscCommonTypes.h.
Field Documentation
◆ buildInformation
| char SyscParticipantInfo::buildInformation[SYSC_STRING_LENGTH] |
Definition at line 296 of file syscCommonTypes.h.
◆ participantName
| char SyscParticipantInfo::participantName[SYSC_STRING_LENGTH] |
Definition at line 295 of file syscCommonTypes.h.
◆ scHost
| char SyscParticipantInfo::scHost[SYSC_STRING_LENGTH] |
Definition at line 293 of file syscCommonTypes.h.
◆ scPort
| unsigned short SyscParticipantInfo::scPort |
Definition at line 294 of file syscCommonTypes.h.
◆ transcriptFilename
| char SyscParticipantInfo::transcriptFilename[SYSC_STRING_LENGTH] |
Definition at line 297 of file syscCommonTypes.h.