NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
Loading...
Searching...
No Matches
msg_logging Struct Reference

Message logging support. More...

#include <nturt/msg/logging.h>

Data Fields

struct k_mutex lock
 
bool is_logging
 
struct fs_file_t file
 

Detailed Description

Message logging support.

Field Documentation

◆ file

struct fs_file_t msg_logging::file

File for logging.

◆ is_logging

bool msg_logging::is_logging

◆ lock

struct k_mutex msg_logging::lock

Lock to protect the following members.


The documentation for this struct was generated from the following file: