|
diag-trace 5.0.0
µOS++ Tracing Infrastructure
|
Supplementary C++ trace utility functions. More...
Functions | |
| void | micro_os_plus::trace::dump_args (int argc, char *argv[], const char *name="main") noexcept |
| Send the argv[] array to the trace output channel. | |
These are supplementary functions designed to enhance tracing capabilities.
|
inlinenoexcept |
| argc | The number of argv[] strings. |
| argv | An array of pointers to argument strings. |
| name | A null terminated string used as the function name prefix (default: "main"). |
Thin wrapper over tracer<T>::dump_args().
Definition at line 279 of file trace-cpp-api-inlines.h.
References micro_os_plus::trace::detail::tracer< T >::dump_args().