Public Member Functions | Public Attributes | Private Attributes
rocon_gateway.utils.Registration Class Reference

List of all members.

Public Member Functions

def __eq__
def __init__
def __ne__
def __repr__
def __str__

Public Attributes

 connection
 local_node
 remote_gateway

Private Attributes

 __dict__

Detailed Description

  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.

   - connection             (the remote connection information)
   - remote_gateway         (the remote gateway from where this connection originated)
   - local_node             (the local anonymously generated node name)

Definition at line 112 of file utils.py.


Constructor & Destructor Documentation

def rocon_gateway.utils.Registration.__init__ (   self,
  connection,
  remote_gateway,
  local_node = None 
)
  @param connection : string identifier storing the remote connection details (type, name, node)
  @type gateway_msgs.msg.RemoteRule

  @param remote_gateway : string identifier for where this registration game from
  @type string

  @param local_node : the local node that this registration is created under
  @type string

Definition at line 125 of file utils.py.


Member Function Documentation

def rocon_gateway.utils.Registration.__eq__ (   self,
  other 
)

Definition at line 140 of file utils.py.

def rocon_gateway.utils.Registration.__ne__ (   self,
  other 
)

Definition at line 146 of file utils.py.

Definition at line 152 of file utils.py.

Definition at line 149 of file utils.py.


Member Data Documentation

Definition at line 140 of file utils.py.

Definition at line 134 of file utils.py.

Definition at line 134 of file utils.py.

Definition at line 134 of file utils.py.


The documentation for this class was generated from the following file:


rocon_gateway
Author(s): Daniel Stonier , Jihoon Lee , Piyush Khandelwal
autogenerated on Sat Jun 8 2019 18:48:44