Rule. More...
Public Member Functions | |
| def | __eq__ |
| def | __init__ |
| def | __ne__ |
| def | __repr__ |
| def | __str__ |
Public Attributes | |
| rule | |
| type_info | |
| xmlrpc_uri | |
Private Attributes | |
| __dict__ | |
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)
| def rocon_gateway.utils.Connection.__init__ | ( | self, | |
| rule, | |||
| type_info, | |||
| xmlrpc_uri | |||
| ) |
| def rocon_gateway.utils.Connection.__eq__ | ( | self, | |
| other | |||
| ) |
| def rocon_gateway.utils.Connection.__ne__ | ( | self, | |
| other | |||
| ) |
| def rocon_gateway.utils.Connection.__repr__ | ( | self | ) |
| def rocon_gateway.utils.Connection.__str__ | ( | self | ) |