Uses of Interface
org.ros.internal.node.topic.TopicParticipant
Packages that use TopicParticipant
Package
Description
Provides internal classes for working with topics.
Provides the classes for communicating via topics.
-
Uses of TopicParticipant in org.ros.internal.node.topic
Classes in org.ros.internal.node.topic that implement TopicParticipantModifier and TypeClassDescriptionclassDefault implementation of aPublisher.classDefault implementation of aSubscriber.classBase definition of aTopicSystemState. -
Uses of TopicParticipant in org.ros.node.topic
Subinterfaces of TopicParticipant in org.ros.node.topicModifier and TypeInterfaceDescriptioninterfacePublisher<T>Publishes messages of a given type on a given ROS topic.interfaceSubscriber<T>Subscribes to messages of a given type on a given ROS topic.