|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Software timer with RAII lifecycle. More...


Go to the source code of this file.
Classes | |
| class | ove::Timer |
| RAII wrapper around an oveRTOS software timer. More... | |
Namespaces | |
| namespace | ove |
| Top-level namespace for all oveRTOS C++ abstractions. | |
Concepts | |
| concept | ove::TimerCallback |
Concept satisfied by any callable convertible to ove_timer_fn. | |
Software timer with RAII lifecycle.