sysc::ParticipantInfo Struct Reference
Last update: 17.07.2025provide a structure for the participant information needed to connect to a System Coupling object More...
#include <CommonTypes.hpp>
Public Member Functions | |
| ParticipantInfo ()=default | |
| Provide a default constructor. | |
| ParticipantInfo (std::string scHost, unsigned short scPort, std::string participantName) | |
| Provide a non-default constructor. | |
| ParticipantInfo (std::string scHost, unsigned short scPort, std::string participantName, std::string buildInformation) | |
| Provide a non-default constructor. | |
| ParticipantInfo (std::string scHost, unsigned short scPort, std::string participantName, std::string buildInformation, std::string transcriptFilename) | |
| Provide a non-default constructor. | |
Public Attributes | |
| std::string | scHost |
| unsigned short | scPort {0} |
| std::string | participantName |
| bool | isCosimulation {false} |
| std::string | buildInformation |
| std::string | transcriptFilename |
Detailed Description
provide a structure for the participant information needed to connect to a System Coupling object
- Parameters
-
scHost host name to connect to System Coupling scPort port number to connect to System Coupling participantName name of the participant isCosimulation flag if the simulation is a cosimulation buildInformation information for the current build transcriptFilename the name of the transcript to be written to
Definition at line 258 of file CommonTypes.hpp.
Constructor & Destructor Documentation
◆ ParticipantInfo() [1/3]
|
inline |
Provide a non-default constructor.
Definition at line 270 of file CommonTypes.hpp.
◆ ParticipantInfo() [2/3]
|
inline |
Provide a non-default constructor.
Definition at line 282 of file CommonTypes.hpp.
◆ ParticipantInfo() [3/3]
|
inline |
Provide a non-default constructor.
Definition at line 296 of file CommonTypes.hpp.
Member Data Documentation
◆ buildInformation
| std::string sysc::ParticipantInfo::buildInformation |
Definition at line 263 of file CommonTypes.hpp.
◆ isCosimulation
| bool sysc::ParticipantInfo::isCosimulation {false} |
Definition at line 262 of file CommonTypes.hpp.
◆ participantName
| std::string sysc::ParticipantInfo::participantName |
Definition at line 261 of file CommonTypes.hpp.
◆ scHost
| std::string sysc::ParticipantInfo::scHost |
Definition at line 259 of file CommonTypes.hpp.
◆ scPort
| unsigned short sysc::ParticipantInfo::scPort {0} |
Definition at line 260 of file CommonTypes.hpp.
◆ transcriptFilename
| std::string sysc::ParticipantInfo::transcriptFilename |
Definition at line 264 of file CommonTypes.hpp.