NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
Loading...
Searching...
No Matches
logging.h File Reference

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
 

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.
 

Detailed Description

Inter-thread communication logging support.

Author
quantumspawner
Version
0.0.1
Date
2025-08-03