Public Types | |
using | rep = osvr::util::time::TimeValue |
using | period = time_value_period |
using | duration = std::chrono::duration< rep, period > |
using | clock = TimeValueClock |
using | time_point = std::chrono::time_point< clock > |
using | scalar_duration = time_value_scalar_duration |
Static Public Member Functions | |
static time_point | now () |
Static Public Attributes | |
static const bool | is_steady = true |
Definition at line 68 of file TimeValueChrono.h.
Custom rep, which will undoubtedly cause issues that we'll manually resolve later.
Definition at line 72 of file TimeValueChrono.h.
using osvr::util::time::TimeValueClock::scalar_duration = time_value_scalar_duration |
When we want a short-ish duration (time difference), we can go to a scalar instead of the structure - that's what this is for.
Definition at line 88 of file TimeValueChrono.h.
|
static |
Definition at line 79 of file TimeValueChrono.h.