|
diag-trace 4.2.1
The µOS++ Tracing Infrastructure
|
Functions | |
| void | micro_os_plus::trace::dump_args (int argc, char *argv[], const char *name="main") |
Send the argv[] array to the trace output channel. | |
These are supplementary functions designed to enhance tracing capabilities.
| void micro_os_plus::trace::dump_args | ( | int | argc, |
| char * | argv[], | ||
| const char * | name = "main" ) |
Send the argv[] array to the trace output channel.
| [in] | argc | The number of argv[] strings. |
| [in] | argv | An array of pointer to arguments. |
| [in] | name | A null terminate string, default "main". |
Generally it should match the prototype of main(), to simplify forwarding the parameters.