Class DefaultPublisher<T>

java.lang.Object
org.ros.internal.node.topic.DefaultTopicParticipant
org.ros.internal.node.topic.DefaultPublisher<T>
All Implemented Interfaces:
TopicParticipant, Publisher<T>

public class DefaultPublisher<T> extends DefaultTopicParticipant implements Publisher<T>
Default implementation of a Publisher.
Author:
damonkohler@google.com (Damon Kohler)