Package | Description |
---|---|
org.omg.dds.sub |
The Subscription Module contains the
Subscriber ,
DataReader , ReadCondition ,
and QueryCondition interfaces, as well as the
SubscriberListener and
DataReaderListener interfaces, and more generally,
all that is needed on the subscription side. |
org.omg.dds.topic |
The Topic-Definition Module contains the
Topic ,
ContentFilteredTopic , and
MultiTopic interfaces, the
TopicListener interface, and more generally, all
that is needed by the application to define Topic objects and attach QoS
policies to them. |
Modifier and Type | Method and Description |
---|---|
PublicationBuiltinTopicData |
DataReader.getMatchedPublicationData(InstanceHandle publicationHandle)
This operation retrieves information on a publication that is
currently "associated" with the DataReader; that is, a publication
with a matching
Topic and compatible QoS that the application
has not indicated should be "ignored" by means of
DomainParticipant.ignorePublication(InstanceHandle) . |
Modifier and Type | Method and Description |
---|---|
PublicationBuiltinTopicData |
PublicationBuiltinTopicData.clone() |
Modifier and Type | Method and Description |
---|---|
void |
PublicationBuiltinTopicData.copyFrom(PublicationBuiltinTopicData src)
Overwrite the state of this object with that of the given object.
|
Copyright © 2014. All rights reserved.