データ構造 | |
struct | USEROPT |
User-defined option [詳細] | |
関数 | |
boolean | j_add_option (char *fmt, int argnum, int reqargnum, char *desc, boolean(*func)(Jconf *jconf, char *arg[], int argnum)) |
Julius にユーザ定義オプションを追加する. | |
void | useropt_free_all () |
全てのユーザオプションデータを解放する. | |
int | useropt_exec (Jconf *jconf, char *argv[], int argc, int *n) |
オプション設定においてユーザ定義オプション処理を行う. | |
void | useropt_show_desc (FILE *fp) |
登録されている全てのユーザ定義オプションの説明を出力する. |
useropt.h で定義されています。
int useropt_exec | ( | Jconf * | jconf, | |
char * | argv[], | |||
int | argc, | |||
int * | n | |||
) |
オプション設定においてユーザ定義オプション処理を行う.
jconf | [in] global configuration variables | |
argv | [in] argument array | |
argc | [in] number of arguments in argv | |
n | [i/o] current position in argv |
参照元 opt_parse().
void useropt_show_desc | ( | FILE * | fp | ) |
登録されている全てのユーザ定義オプションの説明を出力する.
fp | [in] file pointer to output for |