|
| def | __init__ (self, host, port, max_retry, encoding="utf-8") |
| |
| def | parse (self, data) |
| |
| def | parse_xml (self, data) |
| |
| def | send_command (self, cmds) |
| |
| def | validate_xml (self, data) |
| |
| def | __init__ (self, host, port, max_retry) |
| |
| def | connect (self) |
| |
| def | disconnect (self) |
| |
| def | is_connected (self) |
| |
| def | join (self) |
| |
| def | on_received_data (self, cb) |
| |
| def | parse (self, data) |
| |
| def | reconnect (self) |
| |
| def | run (self) |
| |
| def | send (self, data) |
| |
| def | start (self) |
| |
Definition at line 18 of file module_client.py.
| def julius_ros.module_client.ModuleClient.__init__ |
( |
|
self, |
|
|
|
host, |
|
|
|
port, |
|
|
|
max_retry, |
|
|
|
encoding = "utf-8" |
|
) |
| |
| def julius_ros.module_client.ModuleClient.parse |
( |
|
self, |
|
|
|
data |
|
) |
| |
| def julius_ros.module_client.ModuleClient.parse_xml |
( |
|
self, |
|
|
|
data |
|
) |
| |
| def julius_ros.module_client.ModuleClient.send_command |
( |
|
self, |
|
|
|
cmds |
|
) |
| |
| def julius_ros.module_client.ModuleClient.validate_xml |
( |
|
self, |
|
|
|
data |
|
) |
| |
| julius_ros.module_client.ModuleClient.encoding |
The documentation for this class was generated from the following file: