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>

Public Attributes

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:
DDSDomainParticipant DDSDataReader DDSDataWriter
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 DDSDataReader, DDSDataWriter, or DDSDomainParticipant.

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.

Member Data Documentation

◆ value

struct DDS_PropertySeq DDS_PropertyQosPolicy::value

Sequence of properties.

[default] An empty list.