Skip to main content

System Coupling C library 2024 R1

SyscParticipantInfo Struct Reference

Last update: 17.07.2025

Provide 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]scHostName of the host on which System Coupling is running.
[in]scPortPort number on which System Coupling is listening for participant connections.
[in]participantNameName of this participant (e.g. "MAPDL-1").
[in]buildInformationInformation about the build of this participant solver.
[in]isCosimulationFlag signifying if the simulation is a cosimulation.
[in]transcriptFilenameThe 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.

Connect with Ansys