| 
    RTI Connext DDS Micro
    Version 2.4.6
    
   | 
 
<<eXtension>> Name of the entity. More...
Data Structures | |
| struct | DDS_EntityNameQosPolicy | 
| <<cert>> 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.  More... | |
Functions | |
| DDS_Boolean | DDS_EntityNameQosPolicy_set_name (struct DDS_EntityNameQosPolicy *const self, const char *const name) | 
| Set the EntityName policy.  More... | |
Variables | |
| const char *const | DDS_ENTITYNAME_QOS_POLICY_NAME | 
| Stringified human-readable name for DDS_EntityNameQosPolicy.  More... | |
| const char *const | DDS_AUTO_NAME_ENTITY | 
| Constant used to request that an entity be assigned an automatically generated name.  More... | |
<<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.
| DDS_Boolean DDS_EntityNameQosPolicy_set_name | ( | struct DDS_EntityNameQosPolicy *const | self, | 
| 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).
| const char* const DDS_ENTITYNAME_QOS_POLICY_NAME | 
Stringified human-readable name for DDS_EntityNameQosPolicy.
| const char* const DDS_AUTO_NAME_ENTITY | 
Constant used to request that an entity be assigned an automatically generated name.