OSVR-Core
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
osvr::util::time::TimeValueClock Class Reference

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
 

Member Typedef Documentation

§ rep

Custom rep, which will undoubtedly cause issues that we'll manually resolve later.

§ scalar_duration

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.

Member Data Documentation

§ is_steady

const bool osvr::util::time::TimeValueClock::is_steady = true
static
Todo:
is this true?

The documentation for this class was generated from the following file: