Public Attributes | |
char * | name |
The name of the entity. | |
char * | role_name |
The entity role name. |
The strings must be null-terminated strings 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.
The name of the entity.
[default] "[ENTITY]" for DDSDomainParticipant. null for DDSDataReader and DDSDataWriter
[range] Null terminated string with length not exceeding 255. It can be null.
The entity role name.
With Collaborative DataWriters this name is used to specify to which endpoint group the DDSDataWriter belongs.
[range] Null terminated string with length not exceeding 255. It can be null.
[default] null