Uses of Class
org.ros.internal.node.topic.PublisherIdentifier
Packages that use PublisherIdentifier
Package
Description
Provides internal classes for clients.
Provides internal classes for working with topics.
Provides the classes for communicating via topics.
-
Uses of PublisherIdentifier in org.ros.internal.node.client
Methods in org.ros.internal.node.client with parameters of type PublisherIdentifierModifier and TypeMethodDescriptionMasterClient.unregisterPublisher(PublisherIdentifier publisherIdentifier) Unregisters the specifiedPublisherDeclaration. -
Uses of PublisherIdentifier in org.ros.internal.node.topic
Methods in org.ros.internal.node.topic that return PublisherIdentifierModifier and TypeMethodDescriptionDefaultPublisher.getIdentifier()static PublisherIdentifierPublisherIdentifier.newFromStrings(String nodeName, String uri, String topicName) Methods in org.ros.internal.node.topic that return types with arguments of type PublisherIdentifierModifier and TypeMethodDescriptionTopicParticipantManager.getSubscriberConnections(DefaultSubscriber<?> subscriber) static Collection<PublisherIdentifier>PublisherIdentifier.newCollectionFromUris(Collection<URI> publisherUris, TopicDeclaration topicDeclaration) Methods in org.ros.internal.node.topic with parameters of type PublisherIdentifierModifier and TypeMethodDescriptionvoidDefaultSubscriber.addPublisher(PublisherIdentifier publisherIdentifier, InetSocketAddress address) voidTopicParticipantManager.addSubscriberConnection(DefaultSubscriber<?> subscriber, PublisherIdentifier publisherIdentifier) voidTopicParticipantManager.removeSubscriberConnection(DefaultSubscriber<?> subscriber, PublisherIdentifier publisherIdentifier) voidDefaultSubscriber.signalOnNewPublisher(PublisherIdentifier publisherIdentifier) Signal allSubscriberListeners that a newPublisherhas connected.Method parameters in org.ros.internal.node.topic with type arguments of type PublisherIdentifierModifier and TypeMethodDescriptionvoidDefaultSubscriber.updatePublishers(Collection<PublisherIdentifier> publisherIdentifiers) Updates the list ofPublishers for the topic that thisSubscriberis interested in.Constructors in org.ros.internal.node.topic with parameters of type PublisherIdentifierModifierConstructorDescriptionPublisherDeclaration(PublisherIdentifier publisherIdentifier, TopicDeclaration topicDeclaration) -
Uses of PublisherIdentifier in org.ros.node.topic
Methods in org.ros.node.topic with parameters of type PublisherIdentifierModifier and TypeMethodDescriptionvoidCountDownSubscriberListener.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.