Package org.ros.master.client
Class TopicSystemState
java.lang.Object
org.ros.master.client.TopicSystemState
Information about a topic.
- Author:
- Keith M. Hughes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the set of all nodes that publish the topic.Get the set of all nodes that subscribe to the topic.
-
Constructor Details
-
TopicSystemState
-
-
Method Details
-
getTopicName
- Returns:
- the topicName
-
getPublishers
Get the set of all nodes that publish the topic.- Returns:
- the set of node names
-
getSubscribers
Get the set of all nodes that subscribe to the topic.- Returns:
- the set of node names
-