#include "app.h"
Go to the source code of this file.
Defines | |
| #define | TEXTWIDTH 70 | 
| Assumed tty width for graph view output.  | |
| #define | MAXBUFLEN 4096 | 
| Maximum line length of a message sent from a client.  | |
Functions | |
| void | outfile_set_fname (char *input_filename) | 
| static void | outfile_open (Recog *recog, void *dummy) | 
| static void | outfile_close (Recog *recog, void *dummy) | 
| static void | outfile_sentence (Recog *recog, void *dummy) | 
| static void | outfile_gmm (Recog *recog, void *dummy) | 
| static void | outfile_graph (Recog *recog, void *dummy) | 
| static void | outfile_confnet (Recog *recog, void *dummy) | 
| void | setup_output_file (Recog *recog, void *data) | 
Variables | |
| static char | fname [MAXBUFLEN] | 
| static FILE * | fp = NULL | 
Definition in file output_file.c.
 1.5.4