trace-cpp-api.cpp File
C++ source file with the definitions for the C++ trace API. More...
Included Headers
#include <micro-os-plus/diag/trace.h>
Namespaces Index
| namespace | micro_os_plus |
|
The primary namespace for the µOS++ framework. More... | |
| namespace | trace |
|
Tracing support namespace. More... | |
| namespace | detail |
|
Implementation details namespace. More... | |
Description
C++ source file with the definitions for the C++ trace API.
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.
File Listing
The file content with the documentation metadata removed is:
30#include <micro-os-plus/diag/trace.h>
42namespace micro_os_plus::trace::detail
52 template class tracer<implementation>;
Generated via doxygen2docusaurus 2.2.1 by Doxygen 1.17.0.