Public Member Functions | Public Attributes | Private Attributes | List of all members
rocon_gateway.utils.Registration Class Reference

Public Member Functions

def __eq__ (self, other)
 
def __init__ (self, connection, remote_gateway, local_node=None)
 
def __ne__ (self, other)
 
def __repr__ (self)
 
def __str__ (self)
 

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 118 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 131 of file utils.py.

Member Function Documentation

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

Definition at line 146 of file utils.py.

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

Definition at line 152 of file utils.py.

def rocon_gateway.utils.Registration.__repr__ (   self)

Definition at line 158 of file utils.py.

def rocon_gateway.utils.Registration.__str__ (   self)

Definition at line 155 of file utils.py.

Member Data Documentation

rocon_gateway.utils.Registration.__dict__
private

Definition at line 148 of file utils.py.

rocon_gateway.utils.Registration.connection

Definition at line 142 of file utils.py.

rocon_gateway.utils.Registration.local_node

Definition at line 144 of file utils.py.

rocon_gateway.utils.Registration.remote_gateway

Definition at line 143 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 Mon Jun 10 2019 14:40:10