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 260 of file CommonTypes.hpp.