RTI Connext .NET API (legacy)
Version 6.1.0
|
Assigns a name and a role name to a DDS::DomainParticipant, DDS::Publisher, DDS::Subscriber, DDS::DataWriter or DDS::DataReader. Except for DDS::Publisher and DDS::Subscriber, 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. More... | |
Public Attributes | |
System::String ^ | name |
The name of the entity. More... | |
System::String ^ | role_name |
The entity role name. More... | |
Assigns a name and a role name to a DDS::DomainParticipant, DDS::Publisher, DDS::Subscriber, DDS::DataWriter or DDS::DataReader. Except for DDS::Publisher and DDS::Subscriber, 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] null
[range] Null terminated string with length not exceeding 255. It can be null.
Referenced by get_entityname_qos_policy_name().
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
Referenced by get_entityname_qos_policy_name().