|
DelegateMQ
|
#include <FreeRTOSClock.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<FreeRTOSClock> |
Static Public Member Functions | |
| static time_point | now () noexcept |
Static Public Attributes | |
| static const bool | is_steady = true |
| using dmq::FreeRTOSClock::duration = std::chrono::duration<rep, period> |
| using dmq::FreeRTOSClock::period = std::milli |
| using dmq::FreeRTOSClock::rep = int64_t |
| using dmq::FreeRTOSClock::time_point = std::chrono::time_point<FreeRTOSClock> |
|
inlinestaticnoexcept |
|
static |