OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::util::time::TimeValueClock Class Reference

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
 

Detailed Description

Definition at line 68 of file TimeValueChrono.h.

Member Typedef Documentation

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.

Member Data Documentation

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

Definition at line 79 of file TimeValueChrono.h.


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