mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 02:13:17 +08:00
Added epoch time to json output
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define TIMING_H
|
||||
|
||||
#include <iostream>
|
||||
#include <ctime>
|
||||
|
||||
// Support for OS X
|
||||
#ifdef __MACH__
|
||||
@@ -19,4 +20,6 @@
|
||||
void getTime(timespec* time);
|
||||
double diffclock(timespec time1,timespec time2);
|
||||
|
||||
int getEpochTime();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user