trace-c-api.h File
C header file with the declarations for the C trace API. More...
Included Headers
Functions Index
| void | micro_os_plus_trace_dump_args (int argc, char *argv[]) |
|
Write the argv[] array to the trace output channel. More... | |
| void | micro_os_plus_trace_flush (void) |
|
Flush the trace output channel. More... | |
| void | micro_os_plus_trace_initialise (void) |
|
Initialise the trace output channel. More... | |
| int | micro_os_plus_trace_printf (const char *format,...) |
|
Write a formatted string to the trace output channel. More... | |
| int | micro_os_plus_trace_putchar (int c) |
|
Write the single character to the trace output channel. More... | |
| int | micro_os_plus_trace_puts (const char *s) |
|
Write the string and a line terminator to the trace output channel. More... | |
| int | micro_os_plus_trace_vprintf (const char *format, va_list arguments) |
|
Write a formatted variable arguments list to the trace output channel. More... | |
| ssize_t | micro_os_plus_trace_write (const void *buf, size_t nbyte) |
|
Write the given number of bytes to the trace output channel. More... | |
Description
C header file with the declarations for the C trace API.
Empty inline stubs (used when tracing is disabled) are located in trace-c-api-inlines.h, included at the bottom of this file. This file is included by <micro-os-plus/diag/trace.h>, which should be used instead of including this file directly.
File Listing
The file content with the documentation metadata removed is:
Generated via doxygen2docusaurus 2.2.1 by Doxygen 1.17.0.