|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Steady-clock wrapping the substrate's monotonic time source. More...
#include <types.hpp>
Public Types | |
| using | duration = std::chrono::nanoseconds |
| using | rep = duration::rep |
| using | period = duration::period |
| using | time_point = std::chrono::time_point< steady_clock > |
Static Public Member Functions | |
| static time_point | now () noexcept |
Static Public Attributes | |
| static constexpr bool | is_steady = true |
Steady-clock wrapping the substrate's monotonic time source.
Satisfies the C++ TrivialClock requirements so it can be used with std::chrono arithmetic. The epoch matches whatever ove_time_now_steady_ns reports — opaque, monotonic, ns-resolved.
Use with the binding's _until variants: