RTI Connext DDS Micro C API  Version 3.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
DDS_PropertyQosPolicy Struct Reference

Property QoS policy. More...

#include <dds_c_infrastructure.h>

Data Fields

struct DDS_PropertySeq value
 Sequence of properties.

Detailed Description

Property QoS policy.

The PROPERTY QosPolicy can be used to associate a set of properties in the form of (name,value) pairs with a DataReader, DataWriter, or DomainParticipant. This is similar to the USER_DATA QosPolicy, except this policy uses (name, value) pairs, and you can select whether or not a particular pair should be propagated (included in the builtin topic).

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

Field Documentation

struct DDS_PropertySeq DDS_PropertyQosPolicy::value

Sequence of properties.

[default] An empty list.


RTI Connext DDS Micro C API Version 3.0.3 Copyright © Wed Jun 24 2020 Real-Time Innovations, Inc