|
HOPS
HOPS class reference
|
TAI clock: SI seconds since 1958-01-01; constant offset from UTC. More...
#include <hops_leap_seconds.hh>
Public Types | |
| using | duration = std::chrono::system_clock::duration |
| using | period = duration::period |
| using | rep = duration::rep |
| using | time_point = std::chrono::time_point< tai_clock > |
Static Public Member Functions | |
| template<class Duration > | |
| static tai_time< Duration > | from_utc (const utc_time< Duration > &t) |
| template<class Duration > | |
| static utc_time< Duration > | to_utc (const tai_time< Duration > &t) |
Static Public Attributes | |
| static CONSTDATA bool | is_steady = false |
TAI clock: SI seconds since 1958-01-01; constant offset from UTC.
| using hops::tai_clock::duration = std::chrono::system_clock::duration |
| using hops::tai_clock::period = duration::period |
| using hops::tai_clock::rep = duration::rep |
| using hops::tai_clock::time_point = std::chrono::time_point< tai_clock > |
|
inlinestatic |
|
inlinestatic |
|
static |