RTI Connext Micro C++ API Version 4.2.0
|
<<eXtension>> Name of the entity. More...
Classes | |
struct | DDS_EntityNameQosPolicy |
Policy used to name an entity. More... | |
Macros | |
#define | DDS_ENTITYNAME_QOS_NAME_MAX 255 |
Constant determining the maximum length of the name string contained in a DDS_EntityNameQosPolicy instance. | |
Functions | |
bool | DDS_EntityNameQosPolicy::set_name (const char *const name) |
Set the EntityName policy. | |
<<eXtension>> Name of the entity.
#define DDS_ENTITYNAME_QOS_NAME_MAX 255 |
Constant determining the maximum length of the name string contained in a DDS_EntityNameQosPolicy instance.
bool DDS_EntityNameQosPolicy::set_name | ( | const char *const | name | ) |
Set the EntityName policy.
Set the entity name Qos policy. The maximum allowed string length is DDS_ENTITYNAME_QOS_NAME_MAX (excluding the NUL character).
name | <<in>> The entity name to assign to the policy |
References name.