rippled
|
Clock for measuring the network time. More...
Public Types | |
using | rep = std::uint32_t |
using | period = std::ratio< 1 > |
using | duration = std::chrono::duration< rep, period > |
using | time_point = std::chrono::time_point< NetClock > |
Public Member Functions | |
NetClock ()=default | |
Static Public Attributes | |
static const bool | is_steady = false |
Clock for measuring the network time.
The epoch is January 1, 2000 epoch_offset = days(10957); // 2000-01-01
using ripple::NetClock::rep = std::uint32_t |
using ripple::NetClock::period = std::ratio<1> |
|
explicitdefault |