All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends
Public Member Functions | Public Attributes | Private Attributes
rocon_gateway.utils.Connection Class Reference

Rule. More...

List of all members.

Public Member Functions

def __eq__
def __init__
def __ne__
def __repr__
def __str__

Public Attributes

 rule
 type_info
 xmlrpc_uri

Private Attributes

 __dict__

Detailed Description

Rule.

  An object that represents a connection containing all the gory details
  about a connection, allowing a connection to be passed through to a 
  foreign gateway
  
   - rule (gateway_msgs.msg.Rule) (containing type,name,node)
   - type_info              (msg type for pubsub or service api for services)
   - xmlrpc_uri             (the xmlrpc node uri for the connection)

Definition at line 29 of file utils.py.


Constructor & Destructor Documentation

def rocon_gateway.utils.Connection.__init__ (   self,
  rule,
  type_info,
  xmlrpc_uri 
)
  @param type_info : either topic_type (pubsub), service api (service) or ??? (action)
  @type string  

Definition at line 39 of file utils.py.


Member Function Documentation

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

Definition at line 48 of file utils.py.

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

Definition at line 54 of file utils.py.

Definition at line 63 of file utils.py.

Definition at line 57 of file utils.py.


Member Data Documentation

Definition at line 48 of file utils.py.

Definition at line 42 of file utils.py.

Definition at line 42 of file utils.py.

Definition at line 42 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