
Public Member Functions | |
| def | __init__ |
| def | parse |
| def | parse_xml |
| def | send_command |
| def | validate_xml |
Public Attributes | |
| encoding | |
Definition at line 14 of file module_client.py.
| def julius_ros.module_client.ModuleClient.__init__ | ( | self, | |
| host, | |||
| port, | |||
| max_retry, | |||
encoding = "utf-8" |
|||
| ) |
Definition at line 15 of file module_client.py.
| def julius_ros.module_client.ModuleClient.parse | ( | self, | |
| data | |||
| ) |
Reimplemented from julius_ros.transport.SocketTransport.
Definition at line 24 of file module_client.py.
| def julius_ros.module_client.ModuleClient.parse_xml | ( | self, | |
| data | |||
| ) |
Definition at line 32 of file module_client.py.
| def julius_ros.module_client.ModuleClient.send_command | ( | self, | |
| cmds | |||
| ) |
Definition at line 19 of file module_client.py.
| def julius_ros.module_client.ModuleClient.validate_xml | ( | self, | |
| data | |||
| ) |
Definition at line 41 of file module_client.py.
Definition at line 15 of file module_client.py.