r3829: *** empty log message ***
[wdq2wav.git] / wdq2wav.h
index 0c351640e34a31d016a596c585b30be42db4f072..fb8d0e00809c98f8741c67de225407de2c347a5b 100644 (file)
--- a/wdq2wav.h
+++ b/wdq2wav.h
@@ -4,6 +4,8 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <sstream>
+#include <time.h>
 
 class WindaqFile
 {
@@ -21,6 +23,8 @@ public:
   unsigned int m_sr_denom, m_sr_numer;
   unsigned int m_nHeader_bytes, m_channel_offset, m_nBytes_channel_header;
   unsigned int m_nData_bytes;
+  unsigned long int m_time_acq_start;
+  unsigned long int m_time_acq_stop;
 };
 
 class WindaqChannel