Package | Description |
---|---|
org.omg.dds.domain |
The Domain Module contains the
DomainParticipant
class that acts as an entry-point of the Service and acts as a factory for
many of the classes. |
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 |
---|---|
TopicBuiltinTopicData |
DomainParticipant.getDiscoveredTopicData(InstanceHandle topicHandle)
This operation retrieves information on a
Topic that has
been discovered on the network. |
Modifier and Type | Method and Description |
---|---|
TopicBuiltinTopicData |
TopicBuiltinTopicData.clone() |
Modifier and Type | Method and Description |
---|---|
void |
TopicBuiltinTopicData.copyFrom(TopicBuiltinTopicData src)
Overwrite the state of this object with that of the given object.
|
Copyright © 2014. All rights reserved.