|
DUDS
|
Distributed Update of Data from Something
|
Provides Interstellar Time in Nanoseconds. More...
#include <Interstellar.hpp>
Public Types | |
| typedef Nanoseconds | duration |
| typedef duration::period | period |
| typedef duration::rep | rep |
| typedef TimePoint< NanoClock, duration > | time_point |
Static Public Member Functions | |
| static time_point | now () noexcept |
Static Public Attributes | |
| static constexpr bool | is_steady = false |
Provides Interstellar Time in Nanoseconds.
The range of the 64-bit number is about 1.844e10 seconds, or about 584.5 Earth years, after time zero. This should be useful for applications needing better than millisecond resolution where a 128-bit integer is considered burdensome.
Definition at line 216 of file Interstellar.hpp.
Definition at line 217 of file Interstellar.hpp.
| typedef duration::period duds::time::interstellar::NanoClock::period |
Definition at line 219 of file Interstellar.hpp.
| typedef duration::rep duds::time::interstellar::NanoClock::rep |
Definition at line 218 of file Interstellar.hpp.
Definition at line 220 of file Interstellar.hpp.
|
inlinestaticnoexcept |
Definition at line 222 of file Interstellar.hpp.
|
static |
Definition at line 221 of file Interstellar.hpp.