r3829: *** empty log message ***
[wdq2wav.git] / wdq2wav.h
index 9e83af9d45668084b1c38a25aaa875f0ec5af47e..fb8d0e00809c98f8741c67de225407de2c347a5b 100644 (file)
--- a/wdq2wav.h
+++ b/wdq2wav.h
@@ -5,7 +5,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <sstream>
-
+#include <time.h>
 
 class WindaqFile
 {
@@ -23,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