tsm 0.1.0
|
#include <tsm.h>
Public Types | |
using | duration = std::chrono::milliseconds |
using | period = duration::period |
using | rep = duration::rep |
using | time_point = std::chrono::time_point< FreeRTOSClock > |
Static Public Member Functions | |
static time_point | now () noexcept |
Static Public Attributes | |
static constexpr bool | is_steady = true |
using tsm::detail::FreeRTOSClock::duration = std::chrono::milliseconds |
using tsm::detail::FreeRTOSClock::period = duration::period |
using tsm::detail::FreeRTOSClock::rep = duration::rep |
using tsm::detail::FreeRTOSClock::time_point = std::chrono::time_point<FreeRTOSClock> |
|
inlinestaticnoexcept |
|
staticconstexpr |