RTI Connext Micro C API Version 4.3.0
Loading...
Searching...
No Matches

<<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
 The maximum length of the name string in an DDS_EntityNameQosPolicy instance.
 

Functions

DDS_Boolean DDS_EntityNameQosPolicy_set_name (struct DDS_EntityNameQosPolicy *const self, const char *const name)
 <<cert>> Set the EntityName policy
 

Detailed Description

<<eXtension>> Name of the entity.

Macro Definition Documentation

◆ DDS_ENTITYNAME_QOS_NAME_MAX

#define DDS_ENTITYNAME_QOS_NAME_MAX   255

The maximum length of the name string in an DDS_EntityNameQosPolicy instance.

Function Documentation

◆ DDS_EntityNameQosPolicy_set_name()

DDS_Boolean DDS_EntityNameQosPolicy_set_name ( struct DDS_EntityNameQosPolicy *const self,
const char *const name )

<<cert>> 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
self<<in>> Cannot be NULL.
name<<in>> The entity name to set
Returns
DDS_BOOLEAN_TRUE on success, DDS_BOOLEAN_FALSE on failure