r3829: *** empty log message ***
[wdq2wav.git] / wdq2wav.h
index e0f2e5019930ba69cefc4377149a6e0710eea864..fb8d0e00809c98f8741c67de225407de2c347a5b 100644 (file)
--- a/wdq2wav.h
+++ b/wdq2wav.h
@@ -4,8 +4,8 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
-#include <strstream>
-
+#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