<<eXtension>> Name of the entity.
More...
Variables |
const char *const | DDS_AUTO_NAME_ENTITY |
| Constant used to request that an entity be assigned an automatically generated name.
|
Detailed Description
<<eXtension>> Name of the entity.
Macro Definition Documentation
#define DDS_ENTITYNAME_QOS_NAME_MAX 255 |
Function Documentation
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).
- Parameters:
-
name | <<in>> The entity name to assign to the policy |
- Returns:
- DDS_BOOLEAN_TRUE on success, DDS_BOOLEAN_FALSE on failure
Variable Documentation
const char* const DDS_AUTO_NAME_ENTITY |
Constant used to request that an entity be assigned an automatically generated name.