org.ros.internal.node.topic
Interface TopicParticipant

All Known Subinterfaces:
Publisher<T>, Subscriber<T>
All Known Implementing Classes:
DefaultPublisher, DefaultSubscriber, DefaultTopicParticipant

public interface TopicParticipant

Represents a ROS topic.

See Also:
Topics documentation

Method Summary
 java.lang.String getTopicMessageType()
           
 GraphName getTopicName()
           
 

Method Detail

getTopicName

GraphName getTopicName()
Returns:
the name of the subscribed topic

getTopicMessageType

java.lang.String getTopicMessageType()
Returns:
the message type (e.g. "std_msgs/String")