#include <cassert>
#include <time.h>
#include <sys/time.h>
#include <uavcan/driver/system_clock.hpp>
Go to the source code of this file.
Classes | |
class | SystemClockDriver |
class | SystemClockMock |
Functions | |
template<typename T > | |
static bool | areTimestampsClose (const T &a, const T &b, int64_t precision_usec=100000) |
uavcan::MonotonicDuration | durMono (int64_t usec) |
uavcan::MonotonicTime | tsMono (uint64_t usec) |
uavcan::UtcTime | tsUtc (uint64_t usec) |
|
static |
Definition at line 103 of file libuavcan/libuavcan/test/clock.hpp.
|
inline |
Definition at line 100 of file libuavcan/libuavcan/test/clock.hpp.
|
inline |
Definition at line 97 of file libuavcan/libuavcan/test/clock.hpp.
|
inline |
Definition at line 98 of file libuavcan/libuavcan/test/clock.hpp.