mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 03:32:56 +08:00
Added openAlpr support library
This commit is contained in:
16
src/openalpr/support/timing.h
Normal file
16
src/openalpr/support/timing.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef TIMING_H
|
||||
#define TIMING_H
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
#ifdef WINDOWS
|
||||
// Mock this out for Windows
|
||||
#define timespec int
|
||||
#endif
|
||||
|
||||
void getTime(timespec* time);
|
||||
double diffclock(timespec time1,timespec time2);
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user