#include <julius/julius.h>
Go to the source code of this file.
Functions | |
| void | print_jconf_overview (Jconf *jconf) |
| Output module overview in a global configuration variables to log. | |
| void | print_engine_info (Recog *recog) |
| Output all informations of an engine instance to log. | |
Definition in file m_info.c.
| void print_jconf_overview | ( | Jconf * | jconf | ) |
Output module overview in a global configuration variables to log.
| jconf | [in] global configuration variables |
Definition at line 42 of file m_info.c.
Referenced by j_jconf_finalize(), and print_engine_info().
Here is the caller graph for this function:

| void print_engine_info | ( | Recog * | recog | ) |
Output all informations of an engine instance to log.
| recog | [in] engine instance |
Definition at line 149 of file m_info.c.
Referenced by j_recog_info().
Here is the caller graph for this function:

1.5.1