Rule. More...
Public Member Functions | |
| def | __eq__ (self, other) |
| def | __hash__ (self) |
| def | __init__ (self, rule, type_msg, type_info, xmlrpc_uri) |
| def | __ne__ (self, other) |
| def | __repr__ (self) |
| def | __str__ (self) |
| def | hasSameRule (self, connection) |
| def | inConnectionList (self, connection_list) |
Public Attributes | |
| rule | |
| type_info | |
| type_msg | |
| 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_msg, | |||
| type_info, | |||
| xmlrpc_uri | |||
| ) |
| def rocon_gateway.utils.Connection.hasSameRule | ( | self, | |
| connection | |||
| ) |
| def rocon_gateway.utils.Connection.inConnectionList | ( | self, | |
| connection_list | |||
| ) |