|
OSVR-Core
|
Public Types | |
| using | rep = osvr::util::time::TimeValue |
| Custom rep, which will undoubtedly cause issues that we'll manually resolve later. More... | |
| 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 |
| 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. More... | |
Static Public Member Functions | |
| static time_point | now () |
Static Public Attributes | |
| static const bool | is_steady = true |
Custom rep, which will undoubtedly cause issues that we'll manually resolve later.
| 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.
|
static |
1.8.12