|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Compile-time stack-sized thread with move semantics. More...


Go to the source code of this file.
Classes | |
| class | ove::Thread< StackSize > |
| RAII wrapper around an oveRTOS thread (task). More... | |
| struct | ove::MemStats |
| System heap statistics snapshot. More... | |
| struct | ove::ThreadInfo |
| Snapshot of a single thread. More... | |
Namespaces | |
| namespace | ove |
| Top-level namespace for all oveRTOS C++ abstractions. | |
Functions | |
| int | ove::get_mem_stats (MemStats &stats) |
| Query system heap statistics. | |
| int | ove::thread_list (ThreadInfo *out, size_t max, size_t *count=nullptr) |
| List all threads in the system. | |
Compile-time stack-sized thread with move semantics.