comparison src/Modules/Output/FileOutputAIMC.cc @ 121:3cdaa81c3aca

- Massive refactoring to make module tree stuff work. In theory we now support configuration files again. The graphics stuff is untested as yet.
author tomwalters
date Mon, 18 Oct 2010 04:42:28 +0000
parents c5ac2f0c7fc5
children f03d4455b262
comparison
equal deleted inserted replaced
120:89e4facffd93 121:3cdaa81c3aca
40 #include "Modules/Output/FileOutputAIMC.h" 40 #include "Modules/Output/FileOutputAIMC.h"
41 41
42 namespace aimc { 42 namespace aimc {
43 FileOutputAIMC::FileOutputAIMC(Parameters *params) : Module(params) { 43 FileOutputAIMC::FileOutputAIMC(Parameters *params) : Module(params) {
44 module_description_ = "File output in AIMC format"; 44 module_description_ = "File output in AIMC format";
45 module_identifier_ = "htk_out"; 45 module_identifier_ = "aimc_out";
46 module_type_ = "output"; 46 module_type_ = "output";
47 module_version_ = "$Id: FileOutputAIMC.cc 51 2010-03-30 22:06:24Z tomwalters $"; 47 module_version_ = "$Id: FileOutputAIMC.cc 51 2010-03-30 22:06:24Z tomwalters $";
48 48
49 file_handle_ = NULL; 49 file_handle_ = NULL;
50 header_written_ = false; 50 header_written_ = false;