Skip to main content

Utility functions

Supplementary C++ trace utility functions. More...

Functions Index

voiddump_args (int argc, char *argv[], const char *name="main") noexcept

Send the argv[] array to the trace output channel. More...

Description

Supplementary C++ trace utility functions.

These are supplementary functions designed to enhance tracing capabilities.

Functions

dump_args()

void micro_os_plus::trace::dump_args (int argc, char * argv=[], const char * name="main")
inline noexcept

Send the argv[] array to the trace output channel.

Parameters
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").

Returns

Nothing.

Thin wrapper over tracer<T>::dump_args().

Definition at line 279 of file trace-cpp-api-inlines.h.

279 dump_args (int argc, char* argv[], const char* name) noexcept
280 {
282 }

Reference micro_os_plus::trace::detail::tracer< T >::dump_args.


Generated via doxygen2docusaurus 2.2.1 by Doxygen 1.17.0.