Structure SyscParticipantInfo
Definition: syscCommonTypes.h (line 353)
Provide a structure to provide connection info to System Coupling.
Parameters:
- scHost: Name of the host on which System Coupling is running.
- scPort: Port number on which System Coupling is listening for participant connections.
- participantName: Name of this participant (e.g. "MAPDL-1").
- buildInformation: Information about the build of this participant solver.
- isCosimulation: Flag signifying if the simulation is a cosimulation.
- transcriptFilename: The filename to be given to the output participant transcript.
Returns:
SyscError Can be checked for any errors.
Members
Public attributes
Variable scHost
Definition: syscCommonTypes.h (line 354)
char SyscParticipantInfo::scHost[SYSC_STRING_LENGTH][SYSC_STRING_LENGTH]
Type: char
Variable scPort
Definition: syscCommonTypes.h (line 355)
unsigned short SyscParticipantInfo::scPort
Type: unsigned short
Variable participantName
Definition: syscCommonTypes.h (line 356)
char SyscParticipantInfo::participantName[SYSC_STRING_LENGTH][SYSC_STRING_LENGTH]
Type: char
Variable buildInformation
Definition: syscCommonTypes.h (line 357)
char SyscParticipantInfo::buildInformation[SYSC_STRING_LENGTH][SYSC_STRING_LENGTH]
Type: char
Variable transcriptFilename
Definition: syscCommonTypes.h (line 358)
char SyscParticipantInfo::transcriptFilename[SYSC_STRING_LENGTH][SYSC_STRING_LENGTH]
Type: char