Package rocon_gateway :: Module utils :: Class Registration
[frames] | no frames]

Class Registration

source code

An object that represents a connection registered with the local master (or about to be registered). This has all the gory detail for the connection. It includes the gateway name it originated from as well as master registration information.

Instance Methods
 
__init__(self, connection, remote_gateway, local_node=None) source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code
 
__str__(self) source code
 
__repr__(self) source code
Method Details

__init__(self, connection, remote_gateway, local_node=None)
(Constructor)

source code 
Parameters:
  • connection - string identifier storing the remote connection details (type, name, node) @type gateway_msgs.msg.RemoteRule
  • remote_gateway - string identifier for where this registration game from @type string
  • local_node - the local node that this registration is created under @type string