|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Application entry point macro and scheduler start. More...


Go to the source code of this file.
Namespaces | |
| namespace | ove |
| Top-level namespace for all oveRTOS C++ abstractions. | |
Macros | |
| #define | OVE_MAIN() |
| Convenience macro that defines the oveRTOS application entry point. | |
Functions | |
| void | ove::run () |
| Starts the oveRTOS scheduler and enters the main event loop. | |
Application entry point macro and scheduler start.
| #define OVE_MAIN | ( | ) |
Convenience macro that defines the oveRTOS application entry point.
Declares a static ove_main_impl() function and bridges it to the C ove_main() symbol expected by the oveRTOS runtime. Usage: