libsent/src/util/confout.c

コンパイル時の設定をテキスト出力する [詳細]

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

ソースコードを見る。

関数

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.


説明

コンパイル時の設定をテキスト出力する

作者:
Akinobu LEE
日付:
Thu Feb 17 15:34:39 2005
Revision
1.1.1.1

confout.c で定義されています。


関数

void confout_version ( FILE *  strm  ) 

Output version of this libsent library.

引数:
strm [in] file pointer to output

confout.c36 行で定義されています。

void confout_audio ( FILE *  strm  ) 

Output audio configuration of this libsent library.

引数:
strm [in] file pointer to output

confout.c47 行で定義されています。

void confout_lm ( FILE *  strm  ) 

Output language model configuration of this libsent library.

引数:
strm [in] file pointer to output

confout.c68 行で定義されています。

void confout_am ( FILE *  strm  ) 

Output acoustic model configuration of this libsent library.

引数:
strm [in] file pointer to output

confout.c89 行で定義されています。

void confout_lib ( FILE *  strm  ) 

Output about linked libraries of this libsent library.

引数:
strm [in] file pointer to output

confout.c108 行で定義されています。

void confout_process ( FILE *  strm  ) 

Output about process handling of this libsent library.

引数:
strm [in] file pointer to output

confout.c120 行で定義されています。

void confout ( FILE *  strm  ) 

Output all information of this libsent library.

引数:
strm [in] file pointer to output

confout.c136 行で定義されています。

参照元 j_put_library_defs().


Juliusに対してTue Dec 18 16:05:05 2007に生成されました。  doxygen 1.5.4