![]() |
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>
Data Structures | |
struct | msg_logging |
Message logging support. More... | |
Macros | |
#define | MSG_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. | |
Inter-thread communication logging support.