![]() |
NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
|
Message logging support. More...
#include <nturt/msg/logging.h>
Data Fields | |
struct k_mutex | lock |
bool | is_logging |
struct fs_file_t | file |
Message logging support.
struct fs_file_t msg_logging::file |
File for logging.
bool msg_logging::is_logging |
struct k_mutex msg_logging::lock |
Lock to protect the following members.