libjulius/src/default.c File Reference

Set system default values for configuration parameters. More...

#include <julius/julius.h>

Go to the source code of this file.

Functions

void jconf_set_default_values (Jconf *j)
 Fill in the system default values to a parameter structure Jconf.
void jconf_set_default_values_am (JCONF_AM *j)
 Fill in system default values to an AM parameter structure.
void jconf_set_default_values_lm (JCONF_LM *j)
 Fill in system default values to an LM parameter structure.
void jconf_set_default_values_search (JCONF_SEARCH *j)
 Fill in system default values to a search parameter structure.


Detailed Description

Set system default values for configuration parameters.

This file contains a function to set system default values for all the configuration parameters. This will be called at initialization phase.

Author:
Akinobu Lee
Date:
Fri Feb 16 15:05:43 2007
Revision
1.1.1.1

Definition in file default.c.


Function Documentation

void jconf_set_default_values ( Jconf j  ) 

Fill in the system default values to a parameter structure Jconf.

Only values of the Jconf will be set. The parameters in sub-structures (AM, LM, SEARCH) will not be set in this function: they should be initialized separatedly at each corresponding functions.

Parameters:
j [in] parameter structure

Definition at line 57 of file default.c.

Referenced by j_jconf_new().

Here is the caller graph for this function:

void jconf_set_default_values_am ( JCONF_AM j  ) 

Fill in system default values to an AM parameter structure.

Parameters:
j [in] AM configuration parameter structure

Definition at line 114 of file default.c.

Referenced by j_jconf_am_new().

Here is the caller graph for this function:

void jconf_set_default_values_lm ( JCONF_LM j  ) 

Fill in system default values to an LM parameter structure.

Parameters:
j [in] LM configuration parameter structure

Definition at line 163 of file default.c.

Referenced by j_jconf_lm_new().

Here is the caller graph for this function:

void jconf_set_default_values_search ( JCONF_SEARCH j  ) 

Fill in system default values to a search parameter structure.

Parameters:
j [in] search configuration parameter structure

Definition at line 207 of file default.c.

Referenced by j_jconf_search_new().

Here is the caller graph for this function:


Generated on Tue Dec 18 16:01:01 2007 for Julius by  doxygen 1.5.4