![]() |
|
PhoenixClock
2.2.0
Library wrapping the usage of system's clock, allowing to use clock mock-ups
|
clock backend for clock More...
#include <PClockBackend.h>
Static Public Member Functions | |
| static time_t | now () |
| Get current time with PClockBackend. | |
| static void | sleep (EllapsedTime ellapsedTime) |
| Sleep for the given ellapsed time. | |
clock backend for clock
Definition at line 15 of file PClockBackend.h.
|
inlinestatic |
Get current time with PClockBackend.
Definition at line 19 of file PClockBackend.h.
|
inlinestatic |
Sleep for the given ellapsed time.
| ellapsedTime | : time to sleep |
Definition at line 26 of file PClockBackend.h.