|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Console serial I/O functions. More...


Go to the source code of this file.
Namespaces | |
| namespace | ove |
| Top-level namespace for all oveRTOS C++ abstractions. | |
| namespace | ove::console |
| Thin C++ wrappers around the oveRTOS console (serial I/O) API. | |
Functions | |
| int | ove::console::init () |
| Initialises the console subsystem. | |
| int | ove::console::getchar () |
| Reads one character from the console, blocking until one is available. | |
| void | ove::console::putchar (int c) |
| Writes a single character to the console output. | |
| void | ove::console::write (const char *data, unsigned int len) |
| Writes a buffer of bytes to the console output. | |
Console serial I/O functions.