|
RTI Connext Java API Version 7.6.0
|
<<spec>> Stores (name, value) pairs that can be used to determine access permissions. More...
Public Attributes | |
| final TagSeq | tags = new TagSeq() |
| <<spec>> Sequence of data tags. More... | |
Public Attributes inherited from QosPolicy | |
| final QosPolicyId_t | id |
| The ID of this QoS policy. More... | |
| final String | policy_name |
| The name of this QoS policy. More... | |
<<spec>> Stores (name, value) pairs that can be used to determine access permissions.
The DATA_TAG QoS policy can be used to associate a set of tags in the form of (name, value) pairs with a com.rti.dds.subscription.DataReader or com.rti.dds.publication.DataWriter. This is similar to the com.rti.dds.infrastructure.PropertyQosPolicy, except for the following differences:
There are helper functions to facilitate working with data tags. See the DATA_TAG page.
<<spec>> Sequence of data tags.
[default] An empty list.
Referenced by DataTagQosPolicyHelper.add_tag(), DataTagQosPolicyHelper.assert_tag(), DataTagQosPolicyHelper.get_number_of_tags(), DataTagQosPolicyHelper.lookup_tag(), and DataTagQosPolicyHelper.remove_tag().