RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches
DDS_PropertyQosPolicy Struct Reference

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.
 

Detailed Description

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.

Entity:
DDS_DomainParticipant DDS_DataReader DDS_DataWriter
Properties:
RxO = N/A;
Changeable = NO

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.

Field Documentation

◆ value

struct DDS_PropertySeq DDS_PropertyQosPolicy::value

Sequence of properties.

[default] An empty list.