DDS::EntityNameQosPolicy Class Reference
[ENTITY_NAME]

Assigns a name and a role name to a DDS::DomainParticipant, DDS::DataWriter or DDS::DataReader. These names will be visible during the discovery process and in RTI tools to help you visualize and debug your system. More...

#include <managed_infrastructure.h>

List of all members.

Static Public Member Functions

static System::String^ get_entityname_qos_policy_name ()
 Stringified human-readable name for DDS::EntityNameQosPolicy.

Public Attributes

System::String^ name
 The name of the entity.
System::String^ role_name
 The entity role name.


Detailed Description

Assigns a name and a role name to a DDS::DomainParticipant, DDS::DataWriter or DDS::DataReader. These names will be visible during the discovery process and in RTI tools to help you visualize and debug your system.

Entity:
DDS::DomainParticipant, DDS::DataReader, DDS::DataWriter
Properties:
RxO = NO;
Changeable = UNTIL ENABLE

Usage

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

Member Data Documentation

The name of the entity.

[default] "[ENTITY]" for DDS::DomainParticipant. null for DDS::DataReader and DDS::DataWriter

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

The entity role name.

With Collaborative DataWriters this name is used to specify to which endpoint group the DDS::DataWriter belongs.

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

[default] null


RTI Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc