![]() |
WPILibC++ 2027.0.0-alpha-5
|
A std::chrono compatible wrapper around the HAL monotonic timer. More...
#include <wpi/hal/monotonic_clock.hpp>
Public Types | |
| using | rep = std::chrono::microseconds::rep |
| using | period = std::chrono::microseconds::period |
| using | duration = std::chrono::microseconds |
| using | time_point = std::chrono::time_point<monotonic_clock> |
Static Public Member Functions | |
| static time_point | now () noexcept |
Static Public Attributes | |
| static constexpr bool | is_steady = true |
A std::chrono compatible wrapper around the HAL monotonic timer.
| using wpi::hal::monotonic_clock::duration = std::chrono::microseconds |
| using wpi::hal::monotonic_clock::period = std::chrono::microseconds::period |
| using wpi::hal::monotonic_clock::rep = std::chrono::microseconds::rep |
| using wpi::hal::monotonic_clock::time_point = std::chrono::time_point<monotonic_clock> |
|
inlinestaticnoexcept |
|
staticconstexpr |