Skip to main content

System Coupling C++ library 2025 R1

sysc::ParticipantInfo Struct Reference

Last update: 17.07.2025

provide 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
scHosthost name to connect to System Coupling
scPortport number to connect to System Coupling
participantNamename of the participant
isCosimulationflag if the simulation is a cosimulation
buildInformationinformation for the current build
transcriptFilenamethe name of the transcript to be written to

Definition at line 260 of file CommonTypes.hpp.

Connect with Ansys