libsent/src/util/confout.c File Reference

Output compilation time configurations strings. More...

#include <sent/stddefs.h>
#include <sent/util.h>
#include <sent/ngram2.h>
#include <sent/speech.h>
#include <sent/adin.h>

Go to the source code of this file.

Functions

void confout_version (FILE *strm)
 Output version of this libsent library.
void confout_audio (FILE *strm)
 Output audio configuration of this libsent library.
void confout_lm (FILE *strm)
 Output language model configuration of this libsent library.
void confout_am (FILE *strm)
 Output acoustic model configuration of this libsent library.
void confout_lib (FILE *strm)
 Output about linked libraries of this libsent library.
void confout_process (FILE *strm)
 Output about process handling of this libsent library.
void confout (FILE *strm)
 Output all information of this libsent library.


Detailed Description

Output compilation time configurations strings.

Author:
Akinobu LEE
Date:
Thu Feb 17 15:34:39 2005
Revision
1.5

Definition in file confout.c.


Function Documentation

void confout_version ( FILE *  strm  ) 

Output version of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 37 of file confout.c.

Referenced by confout().

void confout_audio ( FILE *  strm  ) 

Output audio configuration of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 48 of file confout.c.

Referenced by confout().

void confout_lm ( FILE *  strm  ) 

Output language model configuration of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 80 of file confout.c.

Referenced by confout().

void confout_am ( FILE *  strm  ) 

Output acoustic model configuration of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 102 of file confout.c.

Referenced by confout().

void confout_lib ( FILE *  strm  ) 

Output about linked libraries of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 124 of file confout.c.

Referenced by confout().

void confout_process ( FILE *  strm  ) 

Output about process handling of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 136 of file confout.c.

Referenced by confout().

void confout ( FILE *  strm  ) 

Output all information of this libsent library.

Parameters:
strm [in] file pointer to output

Definition at line 152 of file confout.c.

Referenced by j_put_library_defs().


Generated on Thu Jul 23 12:14:20 2009 for Julius by  doxygen 1.5.1