comparison trunk/src/Modules/Output/FileOutputAIMC.cc @ 402:69466da9745e

- 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 3ee03a6b95a0
children 99f9bf0f7798
comparison
equal deleted inserted replaced
401:b71ec2cbe55b 402:69466da9745e
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;