RTI Connext Modern C++ API  Version 6.0.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DATA_TAG

Stores (name, value) pairs that can be used to determine access permissions. More...

Classes

class  dds::core::policy::DataTag
 Stores name-value (string) pairs that can be used to determine access permissions. More...
 

Detailed Description

Stores (name, value) pairs that can be used to determine access permissions.

The rti::core::policy::DataTag can be used to associate a set of tags in the form of (name, value) pairs with a dds::sub::DataReader or dds::pub::DataWriter. This is similar to the rti::core::policy::Property, except you cannot select whether or not a particular pair should be propagated (included in the built-in topic). Data tags are always propagated. The Access Control plugin may use the tags to determine publish and subscribe permissions.


RTI Connext Modern C++ API Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc