Changed Linux timestamp behavior. Explicitly using CLOCK_MONOTONIC_RAW and CLOCK_REALTIME

This commit is contained in:
Matt Hill
2015-03-16 22:12:37 -04:00
parent f7ed84d5db
commit 39c4756ce7
20 changed files with 120 additions and 79 deletions

View File

@@ -26,10 +26,12 @@
namespace alpr
{
void getTime(timespec* time);
void getTimeMonotonic(timespec* time);
long getTimeMonotonicMs();
double diffclock(timespec time1,timespec time2);
long getEpochTime();
long getEpochTimeMs();
}