|
RTI Connext Traditional C++ API
Version 6.0.1
|
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. | |
| 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. | |
| static DDS_ReturnCode_t | add_tag (DDS_DataTagQosPolicy &policy, const char *name, const char *value) |
| Adds a new tag to the input policy. | |
| static struct DDS_Tag * | lookup_tag (DDS_DataTagQosPolicy &policy, const char *name) |
| Searches by tag name for a tag in the input policy. | |
| static DDS_ReturnCode_t | remove_tag (DDS_DataTagQosPolicy &policy, const char *name) |
| Removes a tag from the input policy. | |
Policy helpers that facilitate management of the data tags in the input policy.