Mercurial > hg > aimc
comparison trunk/src/Modules/Output/FileOutputHTK.h @ 421:3b22559cd848
- Fix bug where the fram period wasn't propagating to the output file.
author | tom@acousticscale.org |
---|---|
date | Tue, 26 Oct 2010 16:46:14 +0000 |
parents | 69466da9745e |
children |
comparison
equal
deleted
inserted
replaced
420:733a11a65f3d | 421:3b22559cd848 |
---|---|
91 virtual bool InitializeInternal(const SignalBank &input); | 91 virtual bool InitializeInternal(const SignalBank &input); |
92 virtual void ResetInternal(); | 92 virtual void ResetInternal(); |
93 | 93 |
94 float ByteSwapFloat(float d); | 94 float ByteSwapFloat(float d); |
95 | 95 |
96 void WriteHeader(int nelements, float sampPeriod); | 96 void WriteHeader(int nelements); |
97 | 97 |
98 /*! \brief Whether initialization is done or not | 98 /*! \brief Whether initialization is done or not |
99 */ | 99 */ |
100 bool header_written_; | 100 bool header_written_; |
101 | 101 |