public interface TopicData extends QosPolicy.ForTopic
Topic
RxO: No
Changeable: Yes
The purpose of this QoS is to allow the application to attach additional
information to the created Topic
s such that when a remote
application discovers their existence it can examine the information and
use it in an application-defined way. In combination with the listeners on
the DataReader
and DataWriter
as well as by means of
operations such as
DomainParticipant.ignoreTopic(org.omg.dds.core.InstanceHandle)
,
these QoS can assist an application to extend the provided QoS.QosPolicy.ForDataReader, QosPolicy.ForDataWriter, QosPolicy.ForDomainParticipant, QosPolicy.ForDomainParticipantFactory, QosPolicy.ForPublisher, QosPolicy.ForSubscriber, QosPolicy.ForTopic
Modifier and Type | Method and Description |
---|---|
byte[] |
getValue()
Get a copy of the data.
|
TopicData |
withValue(byte[] value,
int offset,
int length)
Copy this policy and override the value of the property.
|
getEnvironment
byte[] getValue()
TopicData withValue(byte[] value, int offset, int length)
Copyright © 2014. All rights reserved.