DDS::EntityNameQosPolicy Class Reference
[ENTITY_NAME]

Assigns a name to a DDS::DomainParticipant. This name 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 actual name string.


Detailed Description

Assigns a name to a DDS::DomainParticipant. This name will be visible during the discovery process and in RTI tools to help you visualize and debug your system.

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

Usage

The name can only be 255 characters in length.

Member Data Documentation

The actual name string.

[default] "[ENTITY]"

[range] Null terminated string with length not exceeding 255. Can be NULL.


RTI Data Distribution Service .Net APIs Version 4.5c Copyright © 9 Jun 2010 Real-Time Innovations, Inc