EntityNameQosPolicy Class Reference
[ENTITY_NAME]

Assigns a name and a role name to a com.rti.dds.domain.DomainParticipant, com.rti.dds.publication.DataWriter or com.rti.dds.subscription.DataReader. 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

List of all members.

Public Attributes

String name
 The name of the entity.
String role_name
 The entity role name.


Detailed Description

Assigns a name and a role name to a com.rti.dds.domain.DomainParticipant, com.rti.dds.publication.DataWriter or com.rti.dds.subscription.DataReader. 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.DataReader, com.rti.dds.publication.DataWriter
Properties:
RxO = NO;
Changeable = UNTIL ENABLE

Usage

The name and role name can only be 255 characters in length.

Member Data Documentation

String name

The name of the entity.

[default] "[ENTITY]" for com.rti.dds.domain.DomainParticipant. null for com.rti.dds.subscription.DataReader and com.rti.dds.publication.DataWriter

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

String role_name

The entity role name.

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


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc