|
diag-trace 5.0.0
µOS++ Tracing Infrastructure
|
Diagnostic trace output channel for µOS++ applications. More...
Topics | |
| C++ API | |
| C++ tracing functions in the micro_os_plus::trace namespace. | |
| C API | |
| C-linkage wrapper functions for the tracing infrastructure. | |
The µOS++ Tracing Infrastructure library facilitates the output of trace messages, a widely utilised diagnostic technique during debugging. A notable example is the trace::printf() function.
The core implementation is developed in C++, complemented by a minimal C wrapper layer.
The functions are categorised into three distinct groups: