Package org.ros.internal.node.topic
Class PublisherIdentifier
java.lang.Object
org.ros.internal.node.topic.PublisherIdentifier
All information needed to identify a publisher.
- Author:
- damonkohler@google.com (Damon Kohler)
-
Constructor Summary
ConstructorsConstructorDescriptionPublisherIdentifier(NodeIdentifier nodeIdentifier, TopicIdentifier topicIdentifier) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static Collection<PublisherIdentifier>newCollectionFromUris(Collection<URI> publisherUris, TopicDeclaration topicDeclaration) static PublisherIdentifiernewFromStrings(String nodeName, String uri, String topicName) toString()
-
Constructor Details
-
PublisherIdentifier
-
-
Method Details
-
newCollectionFromUris
public static Collection<PublisherIdentifier> newCollectionFromUris(Collection<URI> publisherUris, TopicDeclaration topicDeclaration) -
newFromStrings
-
toConnectionHeader
-
getNodeIdentifier
-
getNodeName
-
getNodeUri
-
getTopicIdentifier
- Returns:
- the
TopicIdentifierfor thePublisher's topic
-
getTopicName
-
toString
-
hashCode
public int hashCode() -
equals
-