RTI Connext Java API Version 7.1.0

Assigns a name and a role name to a com.rti.dds.domain.DomainParticipant, com.rti.dds.publication.Publisher, com.rti.dds.subscription.Subscriber, com.rti.dds.publication.DataWriter or com.rti.dds.subscription.DataReader. Except for com.rti.dds.publication.Publisher and com.rti.dds.subscription.Subscriber, these names will be visible during the discovery process and in RTI tools to help you visualize and debug your system. More...

Inheritance diagram for EntityNameQosPolicy:
QosPolicy

Public Attributes

String name
 The name of the entity. More...
 
String role_name
 The entity role name. More...
 
- Public Attributes inherited from QosPolicy
final QosPolicyId_t id
 The ID of this QoS policy. More...
 
final String policy_name
 The name of this QoS policy. More...
 

Detailed Description

Assigns a name and a role name to a com.rti.dds.domain.DomainParticipant, com.rti.dds.publication.Publisher, com.rti.dds.subscription.Subscriber, com.rti.dds.publication.DataWriter or com.rti.dds.subscription.DataReader. Except for com.rti.dds.publication.Publisher and com.rti.dds.subscription.Subscriber, these names will be visible during the discovery process and in RTI tools to help you visualize and debug your system.

Entity:
com.rti.dds.domain.DomainParticipant, com.rti.dds.subscription.Subscriber, com.rti.dds.publication.Publisher, com.rti.dds.subscription.DataReader, com.rti.dds.publication.DataWriter
Properties:
RxO = NO;
Changeable = UNTIL ENABLE

Usage

The name and role name can be at most 255 characters in length.

Member Data Documentation

◆ name

String name

The name of the entity.

[default] null

[range] Null terminated string with length not exceeding 255. It can be null.

◆ role_name

String role_name

The entity role name.

With Durable Subscriptions this name is used to specify to which Durable Subscription the com.rti.dds.subscription.DataReader belongs.

With Collaborative DataWriters this name is used to specify to which endpoint group the com.rti.dds.publication.DataWriter belongs.

[range] Null terminated string with length not exceeding 255. It can be null.

[default] null