RTI Connext Micro C API
2.4.14.2
|
<<cert>> Policy used to name an entity. More...
Data Fields | |
char | name [DDS_ENTITYNAME_QOS_NAME_MAX+1] |
The actual name string. |
<<cert>> Policy used to name an entity.
The purpose of this QoS is to allow the user to attach naming information to created DDS_Entity objects.
It can only be 255 characters in length.
It must be a NULL-terminated string allocated with DDS_String_alloc or DDS_String_dup.
If the user provides a non-NULL pointer when getting the QoS, then it should point to valid memory that can be written to, to avoid ungraceful failures.
char DDS_EntityNameQosPolicy::name[DDS_ENTITYNAME_QOS_NAME_MAX+1] |
The actual name string.
[default] "[ENTITY]"
[range] Null terminated string with length not exceeding 255. Can be NULL.