|
diag-trace 5.0.0
µOS++ Tracing Infrastructure
|
C++ source file with the definitions for the C++ trace API. More...
#include <micro-os-plus/diag/trace.h>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. | |
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.