DDS_EntityNameQosPolicy Struct 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...


Data Fields

char * 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.

It must be a NULL-terminated string allocated with DDS_String_alloc or DDS_String_dup.

If you provide a non-NULL pointer when getting the QoS, then it should point to valid memory that can be written to, to avoid ungraceful failures.


Field Documentation

The actual name string.

[default] "[ENTITY]"

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


RTI Data Distribution Service C API Version 4.5c Copyright © 9 Jun 2010 Real-Time Innovations, Inc