All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends
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 71 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 82 of file utils.py.


Member Function Documentation

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

Definition at line 97 of file utils.py.

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

Definition at line 103 of file utils.py.

Definition at line 109 of file utils.py.

Definition at line 106 of file utils.py.


Member Data Documentation

Definition at line 97 of file utils.py.

Definition at line 91 of file utils.py.

Definition at line 91 of file utils.py.

Definition at line 91 of file utils.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


rocon_gateway
Author(s): Daniel Stonier, Jihoon Lee,
autogenerated on Tue Jan 15 2013 17:43:24