RTI Connext DDS Micro C++ API
Version 3.0.3
|
<<cert>> Policy used to name an entity. More...
#include <dds_c_infrastructure.h>
Public Member Functions | |
bool | set_name (const char *const name) |
Set the EntityName policy. |
Public Attributes | |
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 DDSEntity 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]cccc"
[range] Null terminated string with length not exceeding 255. Can be NULL.