Classes | |
| class | Connection |
| Rule. More... | |
| class | Registration |
Functions | |
| def | convert |
| def | createEmptyConnectionTypeDictionary |
| Factories. | |
| def | deserialize |
| def | deserialize_connection |
| def | deserialize_request |
| def | formatRule |
| Formatters. | |
| def | get_connection_from_list |
| def | get_rule_from_list |
| def | isAllPattern |
| Regex. | |
| def | serialize |
| def | serialize_connection |
| def | serialize_connection_request |
| def | serialize_rule_request |
Variables | |
| list | action_types = ['/goal', '/cancel', '/status', '/feedback', '/result'] |
| list | connection_type_strings_list = ["publisher","subscriber","service","action_client","action_server"] |
| tuple | connection_types = frozenset([ConnectionType.PUBLISHER, ConnectionType.SUBSCRIBER, ConnectionType.SERVICE, ConnectionType.ACTION_CLIENT, ConnectionType.ACTION_SERVER]) |
| Constants. | |
| list | connection_types_list = [ConnectionType.PUBLISHER, ConnectionType.SUBSCRIBER, ConnectionType.SERVICE, ConnectionType.ACTION_CLIENT, ConnectionType.ACTION_SERVER] |
| def rocon_gateway.utils.convert | ( | data | ) |
| def rocon_gateway.utils.deserialize | ( | str_msg | ) |
| def rocon_gateway.utils.deserialize_connection | ( | connection_str | ) |
| def rocon_gateway.utils.deserialize_request | ( | request_str | ) |
| def rocon_gateway.utils.formatRule | ( | rule | ) |
| def rocon_gateway.utils.get_connection_from_list | ( | list | ) |
| def rocon_gateway.utils.get_rule_from_list | ( | list | ) |
| def rocon_gateway.utils.isAllPattern | ( | pattern | ) |
| def rocon_gateway.utils.serialize | ( | data | ) |
| def rocon_gateway.utils.serialize_connection | ( | connection | ) |
| def rocon_gateway.utils.serialize_connection_request | ( | command, | |
| source, | |||
| connection | |||
| ) |
| def rocon_gateway.utils.serialize_rule_request | ( | command, | |
| source, | |||
| rule | |||
| ) |
| list rocon_gateway::utils::action_types = ['/goal', '/cancel', '/status', '/feedback', '/result'] |
| list rocon_gateway::utils::connection_type_strings_list = ["publisher","subscriber","service","action_client","action_server"] |