diag-trace 5.0.0
µOS++ Tracing Infrastructure
Loading...
Searching...
No Matches
trace-cpp-api.cpp File Reference

C++ source file with the definitions for the C++ trace API. More...

Go to the source code of this file.

Namespaces

namespace  micro_os_plus
 The primary namespace for the µOS++ framework.
namespace  micro_os_plus::trace
 Tracing support namespace.
namespace  micro_os_plus::trace::detail
 Implementation details namespace.

Detailed Description

Definitions for the C++ API functions (micro_os_plus::trace::printf(), etc.) that forward to the corresponding C++ internal tracer<implementation> functions.

The empty inline stubs (used when tracing is disabled) are located in trace-cpp-api-inlines.h, included at the bottom of trace-cpp-api.h.

Definition in file trace-cpp-api.cpp.