julius/module.h

Go to the documentation of this file.
00001 
00017 /*
00018  * Copyright (c) 1991-2006 Kawahara Lab., Kyoto University
00019  * Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
00020  * Copyright (c) 2005-2006 Julius project team, Nagoya Institute of Technology
00021  * All rights reserved
00022  */
00023 
00024 #ifndef __MODULE_H__
00025 #define __MODULE_H__
00026 
00027 #include <sent/tcpip.h>
00028 
00030 #define DEFAULT_MODULEPORT 10500
00031 
00032 void main_module_loop();
00033 boolean module_disconnect();
00034 boolean module_is_connected();
00035 boolean module_is_active();
00036 boolean module_wants_terminate();
00037 void module_reset_reload();
00038 void msock_exec_command(char *command);
00039 void msock_process_command();
00040 void msock_check_and_process_command();
00041 int msock_check_in_adin();
00042 
00043 
00044 #endif /* __MODULE_H__ */

Generated on Tue Dec 26 16:16:33 2006 for Julius by  doxygen 1.5.0