RTI Connext .Net APIs
Version 5.0.0
|
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>
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. | |
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.
The name and role name can only be 255 characters in length.
System::String ^ DDS::EntityNameQosPolicy::name |
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.
System::String ^ DDS::EntityNameQosPolicy::role_name |
The entity role name.
With Durable Subscriptions this name is used to specify to which Durable Subscription the DDS::DataReader belongs.
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