diag-trace 4.2.1
The µOS++ Tracing Infrastructure
Loading...
Searching...
No Matches

Functions

void micro_os_plus_trace_dump_args (int argc, char *argv[])
 Write the argv[] array to the trace output channel.
 

Detailed Description

These are supplementary functions designed to enhance tracing capabilities.

Function Documentation

◆ micro_os_plus_trace_dump_args()

void micro_os_plus_trace_dump_args ( int argc,
char * argv[] )

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

Parameters
[in]argcThe number of argv[] strings.
[in]argvAn array of pointer to arguments.

Definition at line 249 of file trace.cpp.