FakeClock class final
Base classes
- class prf::control::IClock
- Abstract clock source used by shared control commands.
Constructors, destructors, conversion operators
- FakeClock(const uint64_t now = 0u) explicit
Public functions
- void set_now(const uint64_t now)
- auto unix_time_seconds() const -> uint64_t override
- Returns current UNIX time in whole seconds.