class documentation
Container for node registration information. Used in master's self.nodes data structure. This is effectively a reference counter for the node registration information: when the subscriptions and publications are empty the node registration can be deleted.
Method | __init__ |
ctor @param api str: node XML-RPC API |
Method | add |
Undocumented |
Method | clear |
Delete all state from this NodeRef except for the api location |
Method | is |
@return: True if node has no active registrations |
Method | remove |
Undocumented |
Instance Variable | api |
Undocumented |
Instance Variable | id |
Undocumented |
Instance Variable | param |
Undocumented |
Instance Variable | services |
Undocumented |
Instance Variable | topic |
Undocumented |
Instance Variable | topic |
Undocumented |