trace.h File
C++ header file with the declarations for the µOS++ Tracing Infrastructure. More...
Included Headers
#include <stdio.h>
#include "trace/cpp-api.h"
#include "trace/c-api.h"
Macro Definitions Index
| #define | MICRO_OS_PLUS_DIAG_TRACE_ENABLED |
|
Enables the output of trace messages. More... | |
| #define | MICRO_OS_PLUS_DIAG_TRACE_PRINTF_BUFFER_ARRAY_SIZE_INTEGER (200) |
|
The size, in bytes, of the stack buffer used to format trace messages. More... | |
Description
C++ header file with the declarations for the µOS++ Tracing Infrastructure.
Top-level umbrella header; the only file users need to include directly.
This header file includes the C++ and C API headers, which define the functions that can be used to output trace messages.
File Listing
The file content with the documentation metadata removed is:
51#define MICRO_OS_PLUS_DIAG_TRACE_ENABLED
55#define MICRO_OS_PLUS_DIAG_TRACE_PRINTF_BUFFER_ARRAY_SIZE_INTEGER (200)
77#include "trace/cpp-api.h"
78#include "trace/c-api.h"
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.17.0.