RTI Connext Traditional C++ API Version 7.3.0
DDSDataTagQosPolicyHelper Class Reference

Policy helpers that facilitate management of the data tags in the input policy. More...

Static Public Member Functions

static DDS_Long get_number_of_tags (DDS_DataTagQosPolicy &policy)
 Gets the number of data tags in the input policy. More...
 
static DDS_ReturnCode_t assert_tag (DDS_DataTagQosPolicy &policy, const char *name, const char *value)
 Asserts the tag identified by name in the input policy. More...
 
static DDS_ReturnCode_t add_tag (DDS_DataTagQosPolicy &policy, const char *name, const char *value)
 Adds a new tag to the input policy. More...
 
static struct DDS_Taglookup_tag (DDS_DataTagQosPolicy &policy, const char *name)
 Searches by tag name for a tag in the input policy. More...
 
static DDS_ReturnCode_t remove_tag (DDS_DataTagQosPolicy &policy, const char *name)
 Removes a tag from the input policy. More...
 

Detailed Description

Policy helpers that facilitate management of the data tags in the input policy.