Skip to main content

µOS++ Tracing Infrastructure

Diagnostic trace output channel for µOS++ applications. More...

Topics Index

 C++ API

C++ tracing functions in the micro_os_plus::trace namespace. More...

 C API

C-linkage wrapper functions for the tracing infrastructure. More...

Description

Diagnostic trace output channel for µOS++ applications.

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:

  • Functions that must be implemented by the user to define the channel for transmitting trace messages from the target.
  • Core tracing functions.
  • Auxiliary utility functions.

Generated via doxygen2docusaurus 2.2.1 by Doxygen 1.17.0.