Uses of Class
org.ros.internal.node.topic.DefaultSubscriber
Packages that use DefaultSubscriber
Package
Description
Provides internal classes for clients.
Provides internal classes for servers.
Provides internal classes for working with topics.
-
Uses of DefaultSubscriber in org.ros.internal.node.client
Methods in org.ros.internal.node.client with parameters of type DefaultSubscriberModifier and TypeMethodDescriptionvoidRegistrar.onSubscriberAdded(DefaultSubscriber<?> subscriber) voidRegistrar.onSubscriberRemoved(DefaultSubscriber<?> subscriber) -
Uses of DefaultSubscriber in org.ros.internal.node.server
Methods in org.ros.internal.node.server that return types with arguments of type DefaultSubscriber -
Uses of DefaultSubscriber in org.ros.internal.node.topic
Methods in org.ros.internal.node.topic that return DefaultSubscriberModifier and TypeMethodDescriptionTopicParticipantManager.getSubscriber(GraphName topicName) static <S> DefaultSubscriber<S>DefaultSubscriber.newDefault(NodeIdentifier nodeIdentifier, TopicDeclaration description, ScheduledExecutorService executorService, org.ros.message.MessageDeserializer<S> deserializer) Methods in org.ros.internal.node.topic that return types with arguments of type DefaultSubscriberMethods in org.ros.internal.node.topic with parameters of type DefaultSubscriberModifier and TypeMethodDescriptionvoidTopicParticipantManager.addSubscriber(DefaultSubscriber<?> subscriber) voidTopicParticipantManager.addSubscriberConnection(DefaultSubscriber<?> subscriber, PublisherIdentifier publisherIdentifier) TopicParticipantManager.getSubscriberConnections(DefaultSubscriber<?> subscriber) voidTopicParticipantManagerListener.onSubscriberAdded(DefaultSubscriber<?> subscriber) Called when aSubscriberis added.voidTopicParticipantManagerListener.onSubscriberRemoved(DefaultSubscriber<?> subscriber) Called when aSubscriberis removed.voidTopicParticipantManager.removeSubscriber(DefaultSubscriber<?> subscriber) voidTopicParticipantManager.removeSubscriberConnection(DefaultSubscriber<?> subscriber, PublisherIdentifier publisherIdentifier)