Public Member Functions | Public Attributes | List of all members
julius_ros.module_client.ModuleClient Class Reference
Inheritance diagram for julius_ros.module_client.ModuleClient:
Inheritance graph
[legend]

Public Member Functions

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)
 
- Public Member Functions inherited from julius_ros.transport.SocketTransport
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)
 

Public Attributes

 encoding
 
- Public Attributes inherited from julius_ros.transport.SocketTransport
 alive
 
 callbacks
 
 host
 
 max_retry
 
 poll_rate
 
 port
 
 recv_buffer_size
 
 send_buffer_size
 
 socket
 

Detailed Description

Definition at line 18 of file module_client.py.

Constructor & Destructor Documentation

def julius_ros.module_client.ModuleClient.__init__ (   self,
  host,
  port,
  max_retry,
  encoding = "utf-8" 
)

Definition at line 19 of file module_client.py.

Member Function Documentation

def julius_ros.module_client.ModuleClient.parse (   self,
  data 
)

Definition at line 28 of file module_client.py.

def julius_ros.module_client.ModuleClient.parse_xml (   self,
  data 
)

Definition at line 36 of file module_client.py.

def julius_ros.module_client.ModuleClient.send_command (   self,
  cmds 
)

Definition at line 23 of file module_client.py.

def julius_ros.module_client.ModuleClient.validate_xml (   self,
  data 
)

Definition at line 46 of file module_client.py.

Member Data Documentation

julius_ros.module_client.ModuleClient.encoding

Definition at line 21 of file module_client.py.


The documentation for this class was generated from the following file:


julius_ros
Author(s): Yuki Furuta
autogenerated on Tue May 11 2021 02:55:36