Monado OpenXR Runtime
|
Public Member Functions | |
MatchingTimePoints () | |
timepoint_ns | getTimestamp (time_state const &prevState) |
Data Fields | |
system_clock::time_point | sys = system_clock::now() |
steady_clock::time_point | steady = steady_clock::now() |
|
inline |
timepoint_ns MatchingTimePoints::getTimestamp | ( | time_state const & | prevState | ) |
References time_state::lastTime, time_state::lastTimePoints, and steady.
steady_clock::time_point MatchingTimePoints::steady = steady_clock::now() |
Referenced by getTimestamp().
system_clock::time_point MatchingTimePoints::sys = system_clock::now() |
Referenced by time_state_from_timespec(), and time_state_to_timespec().