![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Inter-thread communication logging support. More...
#include <stdbool.h>#include <zephyr/fs/fs.h>#include <zephyr/kernel.h>#include <zephyr/zbus/zbus.h>
Include dependency graph for logging.h:
This graph shows which files directly or indirectly include this file:Data Structures | |
| struct | msg_logging |
| Message logging support. More... | |
Macros | |
| #define | MSG_LOGGING_INITIALIZER(obj) |
| Designated initializer for Message Logging. | |
Functions | |
| int | msg_chan_logging_start (const struct zbus_channel *chan, const char *file) |
| Start logging messages on a channel to a file. | |
| int | msg_chan_logging_stop (const struct zbus_channel *chan) |
| Stop logging messages on a channel. | |
| void | msg_logging_sync_work (struct k_work *work) |
Inter-thread communication logging support.