RTI Connext DDS Micro C API
Version 4.0.1
|
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...
#include <dds_c_property_qos.h>
Data Fields | |
struct DDS_PropertySeq | value |
Sequence of properties. |
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.
The PROPERTY QoS policy can be used to associate a set of properties in the form of (name, value) pairs with a DDS_DataReader, DDS_DataWriter, or DDS_DomainParticipant.
You can find a complete list of predefined properties in the Property Reference.
There are helper functions to facilitate working with properties, see the PROPERTY page.
struct DDS_PropertySeq DDS_PropertyQosPolicy::value |
Sequence of properties.
[default] An empty list.