Uses of Interface
org.ros.node.topic.Subscriber
Packages that use Subscriber
Package
Description
Provides internal classes for creating and communicating with nodes in the ROS graph.
Provides internal classes for clients.
Provides internal classes for working with topics.
Provides the classes for creating and communicating with nodes in the ROS graph.
Provides the classes for communicating via topics.
Provides the classes for dealing with time and clock synchronization.
-
Uses of Subscriber in org.ros.internal.node
Methods in org.ros.internal.node that return SubscriberModifier and TypeMethodDescription<T> Subscriber<T>DefaultNode.newSubscriber(String topicName, String messageType) <T> Subscriber<T>DefaultNode.newSubscriber(String topicName, String messageType, TransportHints transportHints) <T> Subscriber<T>DefaultNode.newSubscriber(GraphName topicName, String messageType) <T> Subscriber<T>DefaultNode.newSubscriber(GraphName topicName, String messageType, TransportHints transportHints) -
Uses of Subscriber in org.ros.internal.node.client
Methods in org.ros.internal.node.client with parameters of type SubscriberModifier and TypeMethodDescriptionMasterClient.registerSubscriber(NodeIdentifier slave, Subscriber<?> subscriber) Registers the givenSubscriber.MasterClient.unregisterSubscriber(NodeIdentifier slave, Subscriber<?> subscriber) Unregisters the specifiedSubscriber. -
Uses of Subscriber in org.ros.internal.node.topic
Classes in org.ros.internal.node.topic that implement SubscriberMethods in org.ros.internal.node.topic that return SubscriberModifier and TypeMethodDescription<T> Subscriber<T>SubscriberFactory.newOrExisting(TopicDeclaration topicDeclaration, org.ros.message.MessageDeserializer<T> messageDeserializer) Gets or creates aSubscriberinstance. -
Uses of Subscriber in org.ros.node
Methods in org.ros.node that return SubscriberModifier and TypeMethodDescription<T> Subscriber<T>ConnectedNode.newSubscriber(String topicName, String messageType) <T> Subscriber<T>ConnectedNode.newSubscriber(String topicName, String messageType, TransportHints transportHints) <T> Subscriber<T>ConnectedNode.newSubscriber(GraphName topicName, String messageType) <T> Subscriber<T>ConnectedNode.newSubscriber(GraphName topicName, String messageType, TransportHints transportHints) -
Uses of Subscriber in org.ros.node.topic
Methods in org.ros.node.topic with parameters of type SubscriberModifier and TypeMethodDescriptionvoidDefaultSubscriberListener.onMasterRegistrationFailure(Subscriber<T> subscriber) voidDefaultSubscriberListener.onMasterRegistrationSuccess(Subscriber<T> subscriber) voidDefaultSubscriberListener.onMasterUnregistrationFailure(Subscriber<T> subscriber) voidDefaultSubscriberListener.onMasterUnregistrationSuccess(Subscriber<T> subscriber) voidCountDownSubscriberListener.onNewPublisher(Subscriber<T> subscriber, PublisherIdentifier publisherIdentifier) voidDefaultSubscriberListener.onNewPublisher(Subscriber<T> subscriber, PublisherIdentifier publisherIdentifier) voidSubscriberListener.onNewPublisher(Subscriber<T> subscriber, PublisherIdentifier publisherIdentifier) A newPublisherhas connected to theSubscriber.voidCountDownSubscriberListener.onShutdown(Subscriber<T> subscriber) voidDefaultSubscriberListener.onShutdown(Subscriber<T> subscriber) voidSubscriberListener.onShutdown(Subscriber<T> subscriber) TheSubscriberhas been shut down. -
Uses of Subscriber in org.ros.time
Methods in org.ros.time that return SubscriberModifier and TypeMethodDescriptionSubscriber<rosgraph_msgs.Clock>ClockTopicTimeProvider.getSubscriber()