Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
log_msg_hdr Struct Reference

#include <log_msg.h>

Data Structures

union  log_msg_hdr_params
 

Data Fields

atomic_t ref_cnt
 
union log_msg_hdr::log_msg_hdr_params params
 
struct log_msg_ids ids
 
uint32_t timestamp
 

Detailed Description

Log message header structure

Field Documentation

◆ ids

struct log_msg_ids log_msg_hdr::ids

Identification part of the message.

◆ params

union log_msg_hdr::log_msg_hdr_params log_msg_hdr::params

◆ ref_cnt

atomic_t log_msg_hdr::ref_cnt

Reference counter for tracking message users.

◆ timestamp

uint32_t log_msg_hdr::timestamp

Timestamp.


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