Public Member Functions | Private Attributes
org.ros.master.client.TopicSystemState Class Reference

List of all members.

Public Member Functions

Set< String > getPublishers ()
Set< String > getSubscribers ()
String getTopicName ()
 TopicSystemState (String topicName, Set< String > publishers, Set< String > subscribers)

Private Attributes

final Set< String > publishers
final Set< String > subscribers
final String topicName

Detailed Description

Information about a topic.

Author:
Keith M. Hughes

Definition at line 26 of file TopicSystemState.java.


Constructor & Destructor Documentation

org.ros.master.client.TopicSystemState.TopicSystemState ( String  topicName,
Set< String >  publishers,
Set< String >  subscribers 
) [inline]

Definition at line 43 of file TopicSystemState.java.


Member Function Documentation

Get the set of all nodes that publish the topic.

Returns:
the set of node names

Definition at line 62 of file TopicSystemState.java.

Get the set of all nodes that subscribe to the topic.

Returns:
the set of node names

Definition at line 71 of file TopicSystemState.java.

Returns:
the topicName

Definition at line 53 of file TopicSystemState.java.


Member Data Documentation

Node names of all publishers.

Definition at line 36 of file TopicSystemState.java.

Node names of all subscribers.

Definition at line 41 of file TopicSystemState.java.

Name of the topic.

Definition at line 31 of file TopicSystemState.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:51