RTI Connext DDS Micro C API  Version 4.0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
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

struct DDS_PropertySeq DDS_PropertyQosPolicy::value

Sequence of properties.

[default] An empty list.


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