|
DelegateMQ
|
#include <BareMetalClock.h>
Public Types | |
| using | rep = int64_t |
| using | period = std::milli |
| using | duration = std::chrono::duration<rep, period> |
| using | time_point = std::chrono::time_point<BareMetalClock> |
Static Public Member Functions | |
| static time_point | now () noexcept |
Static Public Attributes | |
| static const bool | is_steady = true |
| using dmq::BareMetalClock::duration = std::chrono::duration<rep, period> |
| using dmq::BareMetalClock::period = std::milli |
| using dmq::BareMetalClock::rep = int64_t |
| using dmq::BareMetalClock::time_point = std::chrono::time_point<BareMetalClock> |
|
inlinestaticnoexcept |
|
static |