#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. |
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 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