oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Classes | Namespaces | Concepts
timer.hpp File Reference

Software timer with RAII lifecycle. More...

#include <ove/timer.h>
#include <ove/types.hpp>
Include dependency graph for timer.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Software timer with RAII lifecycle.