RTI Connext DDS Micro C API  Version 4.0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
dds_c_property_qos.h File Reference

DDS Property interface. More...

Data Structures

struct  DDS_Property_t
 Properties are name/value pairs objects. More...
struct  DDS_PropertySeq
 Declares IDL sequence < DDS_Property_t > More...
struct  DDS_PropertyQosPolicy
 Stores name/value(string) pairs that can be used to configure certain parameters of RTI Connext DDS Micro that are not exposed through formal QoS policies. More...

Functions

DDS_ReturnCode_t DDS_PropertyQosPolicyHelper_assert_property (struct DDS_PropertyQosPolicy *policy, const char *name, const char *value, DDS_Boolean propagate)
 Asserts the property identified by name in the input policy.
DDS_ReturnCode_t DDS_PropertyQosPolicyHelper_add_property (struct DDS_PropertyQosPolicy *policy, const char *name, const char *value, DDS_Boolean propagate)
 Adds a new property to the input policy.
struct DDS_Property_tDDS_PropertyQosPolicyHelper_lookup_property (const struct DDS_PropertyQosPolicy *policy, const char *name)
 Searches for a property in the input policy given its name.
DDS_ReturnCode_t DDS_PropertyQosPolicyHelper_remove_property (struct DDS_PropertyQosPolicy *policy, const char *name)
 Removes a property from the input policy.

Detailed Description

DDS Property interface.


RTI Connext DDS Micro C API Version 4.0.1 Copyright © Mon Jun 3 2024 Real-Time Innovations, Inc