|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ros.internal.node.topic.DefaultTopicParticipant
public abstract class DefaultTopicParticipant
Base definition of a TopicSystemState
.
Constructor Summary | |
---|---|
DefaultTopicParticipant(TopicDeclaration topicDeclaration)
|
Method Summary | |
---|---|
TopicDeclaration |
getTopicDeclaration()
|
java.util.List<java.lang.String> |
getTopicDeclarationAsList()
|
java.util.Map<java.lang.String,java.lang.String> |
getTopicDeclarationHeader()
|
java.lang.String |
getTopicMessageType()
|
GraphName |
getTopicName()
|
abstract void |
signalOnMasterRegistrationFailure()
Signal that the TopicSystemState failed to register with the master. |
abstract void |
signalOnMasterRegistrationSuccess()
Signal that the TopicSystemState successfully registered with the master. |
abstract void |
signalOnMasterUnregistrationFailure()
Signal that the TopicSystemState failed to unregister with the master. |
abstract void |
signalOnMasterUnregistrationSuccess()
Signal that the TopicSystemState successfully unregistered with the master. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultTopicParticipant(TopicDeclaration topicDeclaration)
Method Detail |
---|
public TopicDeclaration getTopicDeclaration()
TopicDeclaration
of this TopicParticipant
public java.util.List<java.lang.String> getTopicDeclarationAsList()
public GraphName getTopicName()
getTopicName
in interface TopicParticipant
public java.lang.String getTopicMessageType()
getTopicMessageType
in interface TopicParticipant
public java.util.Map<java.lang.String,java.lang.String> getTopicDeclarationHeader()
TopicSystemState
public abstract void signalOnMasterRegistrationSuccess()
TopicSystemState
successfully registered with the master.
public abstract void signalOnMasterRegistrationFailure()
TopicSystemState
failed to register with the master.
public abstract void signalOnMasterUnregistrationSuccess()
TopicSystemState
successfully unregistered with the master.
public abstract void signalOnMasterUnregistrationFailure()
TopicSystemState
failed to unregister with the master.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |