owlps/infrastructure-centred
Matteo Cypriani f8e7d9adef [lib] Use clock_gettime() instead of gettimeofday()
Abandon the old struct timeval and gettimeofday(). We now use the new
struct timespec and clock_gettime().
struct timespec has a nanosecond resolution, but we lower the resolution
to keep only milliseconds. The code is inspired from the Timestamp class
of the owlps-positioning.
2011-03-16 16:45:36 +01:00
..
libowlps-client Makefiles: use colorgcc (only) if it exists 2011-03-16 16:44:32 +01:00
owlps-aggregator [lib] Add timestamp_now() 2011-03-16 16:44:32 +01:00
owlps-client [lib] Use clock_gettime() instead of gettimeofday() 2011-03-16 16:45:36 +01:00
owlps-listener [lib] Use clock_gettime() instead of gettimeofday() 2011-03-16 16:45:36 +01:00
Makefile [i-c] Update Makefile 2011-03-16 14:52:56 +01:00
TODO [i-c] Update TODOs 2011-03-16 14:52:57 +01:00