comparison include/Clock.h @ 135:e77e2e712fbc ClockSync

To work with the ClockSync plugin
author Giulio Moro <giuliomoro@yahoo.it>
date Sat, 12 Sep 2015 20:05:55 +0100
parents
children 53e3c0a3295d
comparison
equal deleted inserted replaced
133:04b1678614c9 135:e77e2e712fbc
1 #ifndef CLOCK_H_INCLUDED
2 #define CLOCK_H_INCLUDED
3 #include <sys/time.h>
4 #include <stdio.h>
5
6 typedef long long int myClock_t;
7
8 namespace Clock
9 {
10 myClock_t getTimeUs();
11 }
12 #endif /* CLOCK_H_INCLUDED */