RTI Connext Traditional C++ API Version 7.1.0
DDS_MonitoringDedicatedParticipantSettings Struct Reference

Configures the use of a dedicated DDSDomainParticipant to distribute the RTI Connext application telemetry data. More...

Public Attributes

DDS_Boolean enable
 Enables the use of a dedicated DDSDomainParticipant to distribute the RTI Connext application telemetry data. More...
 
int domain_id
 The domain ID used in the creation of the RTI Observability Library DDSDomainParticipant. More...
 
char * participant_qos_profile_name
 The fully qualified name of the profile used to configure the DDSDomainParticipant that will be used to distribute telemetry data. More...
 

Detailed Description

Configures the use of a dedicated DDSDomainParticipant to distribute the RTI Connext application telemetry data.

Member Data Documentation

◆ enable

DDS_Boolean DDS_MonitoringDedicatedParticipantSettings::enable

Enables the use of a dedicated DDSDomainParticipant to distribute the RTI Connext application telemetry data.

Setting this value to DDS_BOOLEAN_FALSE is not currently supported.

[default] DDS_BOOLEAN_TRUE

◆ domain_id

int DDS_MonitoringDedicatedParticipantSettings::domain_id

The domain ID used in the creation of the RTI Observability Library DDSDomainParticipant.

[default] 2

◆ participant_qos_profile_name

char* DDS_MonitoringDedicatedParticipantSettings::participant_qos_profile_name

The fully qualified name of the profile used to configure the DDSDomainParticipant that will be used to distribute telemetry data.

If NULL (the default value) then the RTI Observability Library uses DDS_PROFILE_GENERIC_OBSERVABILITY.

[default] NULL