27inline void run() { ove_run(); }
46 static void ove_main_impl(); \
47 extern "C" void ove_main(void) { \
50 static void ove_main_impl()
Top-level namespace for all oveRTOS C++ abstractions.
Definition app.hpp:19
void run()
Starts the oveRTOS scheduler and enters the main event loop.
Definition app.hpp:27
Common type definitions and concepts for the C++ wrapper layer.