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

Property QoS policy. More...

#include <dds_c_infrastructure.h>

List of all members.

Public Attributes

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:
DDSDomainParticipant DDSDataReader DDSDataWriter
Properties:
RxO = N/A;
Changeable = YES

Member Data 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