DDSPropertyQosPolicyHelper Class Reference
[PROPERTY]
Policy Helpers which facilitate management of the properties in the input policy.
More...
List of all members.
|
Static Public Member Functions |
| static DDS_Long | get_number_of_properties (DDS_PropertyQosPolicy &policy) |
| | Gets the number of properties in the input policy.
|
| static DDS_ReturnCode_t | assert_property (DDS_PropertyQosPolicy &policy, const char *name, const char *value, DDS_Boolean propagate) |
| | Asserts the property identified by name in the input policy.
|
| static DDS_ReturnCode_t | add_property (DDS_PropertyQosPolicy &policy, const char *name, const char *value, DDS_Boolean propagate) |
| | Adds a new property to the input policy.
|
| static struct DDS_Property_t * | lookup_property (DDS_PropertyQosPolicy &policy, const char *name) |
| | Searches for a property in the input policy given its name.
|
| static DDS_ReturnCode_t | remove_property (DDS_PropertyQosPolicy &policy, const char *name) |
| | Removes a property from the input policy.
|
| static DDS_ReturnCode_t | get_properties (DDS_PropertyQosPolicy &policy, struct DDS_PropertySeq &properties, const char *name_prefix) |
| | Retrieves a list of properties whose names match the input prefix.
|
Detailed Description
Policy Helpers which facilitate management of the properties in the input policy.