RTI Connext Java API Version 7.1.0
MonitoringDedicatedParticipantSettings Class Reference

Configures the use of a dedicated com.rti.dds.domain.DomainParticipant to distribute the RTI Connext application telemetry data. More...

Inherits Struct.

Public Member Functions

 MonitoringDedicatedParticipantSettings ()
 Constructor. More...
 
 MonitoringDedicatedParticipantSettings (MonitoringDedicatedParticipantSettings src)
 Copy constructor. More...
 

Public Attributes

boolean enable
 Enables the use of a dedicated com.rti.dds.domain.DomainParticipant to distribute the RTI Connext application telemetry data. More...
 
int domain_id
 The domain ID used in the creation of the RTI Observability Library com.rti.dds.domain.DomainParticipant. More...
 
String participant_qos_profile_name
 The fully qualified name of the profile used to configure the com.rti.dds.domain.DomainParticipant that will be used to distribute telemetry data. More...
 

Detailed Description

Configures the use of a dedicated com.rti.dds.domain.DomainParticipant to distribute the RTI Connext application telemetry data.

Constructor & Destructor Documentation

◆ MonitoringDedicatedParticipantSettings() [1/2]

◆ MonitoringDedicatedParticipantSettings() [2/2]

Member Data Documentation

◆ enable

boolean enable

Enables the use of a dedicated com.rti.dds.domain.DomainParticipant to distribute the RTI Connext application telemetry data.

Setting this value to com.rti.dds.infrastructure.false is not currently supported.

[default] com.rti.dds.infrastructure.true

Referenced by MonitoringDedicatedParticipantSettings.MonitoringDedicatedParticipantSettings().

◆ domain_id

int domain_id

The domain ID used in the creation of the RTI Observability Library com.rti.dds.domain.DomainParticipant.

[default] 2

Referenced by MonitoringDedicatedParticipantSettings.MonitoringDedicatedParticipantSettings().

◆ participant_qos_profile_name

String participant_qos_profile_name

The fully qualified name of the profile used to configure the com.rti.dds.domain.DomainParticipant that will be used to distribute telemetry data.

If null (the default value) then the RTI Observability Library uses com.rti.dds.infrastructure.BuiltinQosProfiles.PROFILE_GENERIC_OBSERVABILITY.

[default] null

Referenced by MonitoringDedicatedParticipantSettings.MonitoringDedicatedParticipantSettings().