Package org.ros.internal.node.topic
Class SubscriberDeclaration
java.lang.Object
org.ros.internal.node.topic.SubscriberDeclaration
- Author:
- damonkohler@google.com (Damon Kohler)
-
Constructor Summary
ConstructorsConstructorDescriptionSubscriberDeclaration(SubscriberIdentifier subscriberIdentifier, TopicDeclaration topicDeclaration) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static SubscriberDeclarationnewFromHeader(Map<String, String> header) Creates a subscriber definition from the headers in a connection header.toString()
-
Constructor Details
-
SubscriberDeclaration
public SubscriberDeclaration(SubscriberIdentifier subscriberIdentifier, TopicDeclaration topicDeclaration)
-
-
Method Details
-
newFromHeader
Creates a subscriber definition from the headers in a connection header.- Parameters:
header- The header data.- Returns:
- The subscriber definition from the header data.
-
getNodeIdentifier
-
getSlaveUri
-
getTopicName
-
toConnectionHeader
-
toString
-
hashCode
public int hashCode() -
equals
-