42 #ifndef CRL_MULTISENSE_TIMESTAMP_HH
43 #define CRL_MULTISENSE_TIMESTAMP_HH
46 #ifndef WIN32_LEAN_AND_MEAN
47 #define WIN32_LEAN_AND_MEAN 1
80 static ULARGE_INTEGER offsetSecondsSince1970;
96 TimeStamp(int32_t seconds, int32_t microSeconds);
104 void set(
const struct timeval& value);
105 void set(int32_t seconds, int32_t microSeconds);
112 int32_t getSeconds()
const;
119 int32_t getMicroSeconds()
const;
125 int64_t getNanoSeconds()
const;