Uses of Class
org.ros.internal.node.topic.SubscriberIdentifier
Packages that use SubscriberIdentifier
Package
Description
Provides internal classes for working with topics.
Provides the classes for communicating via topics.
-
Uses of SubscriberIdentifier in org.ros.internal.node.topic
Methods in org.ros.internal.node.topic that return SubscriberIdentifierMethods in org.ros.internal.node.topic that return types with arguments of type SubscriberIdentifierModifier and TypeMethodDescriptionTopicParticipantManager.getPublisherConnections(DefaultPublisher<?> publisher) Methods in org.ros.internal.node.topic with parameters of type SubscriberIdentifierModifier and TypeMethodDescriptionvoidTopicParticipantManager.addPublisherConnection(DefaultPublisher<?> publisher, SubscriberIdentifier subscriberIdentifier) voidDefaultPublisher.addSubscriber(SubscriberIdentifier subscriberIdentifer, org.jboss.netty.channel.Channel channel) Add aSubscriberconnection to thisPublisher.voidTopicParticipantManager.removePublisherConnection(DefaultPublisher<?> publisher, SubscriberIdentifier subscriberIdentifier) Constructors in org.ros.internal.node.topic with parameters of type SubscriberIdentifierModifierConstructorDescriptionSubscriberDeclaration(SubscriberIdentifier subscriberIdentifier, TopicDeclaration topicDeclaration) -
Uses of SubscriberIdentifier in org.ros.node.topic
Methods in org.ros.node.topic with parameters of type SubscriberIdentifierModifier and TypeMethodDescriptionvoidCountDownPublisherListener.onNewSubscriber(Publisher<T> publisher, SubscriberIdentifier subscriberIdentifier) voidDefaultPublisherListener.onNewSubscriber(Publisher<T> publisher, SubscriberIdentifier subscriberIdentifier) voidPublisherListener.onNewSubscriber(Publisher<T> publisher, SubscriberIdentifier subscriberIdentifier) ASubscriberhas connected to thePublisher.