SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::LogQueueItem Struct Reference

#include <sensesp/system/log_buffer.h>

Public Attributes

uint32_t timestamp_ms
 
uint16_t length
 
char text [kLogCaptureLineMax]
 

Detailed Description

One formatted line in transit from the vprintf hook to the capture task. Copied by value through the queue, so the hook allocates nothing.

Definition at line 51 of file log_buffer.h.

Member Data Documentation

◆ length

uint16_t sensesp::LogQueueItem::length

Definition at line 53 of file log_buffer.h.

◆ text

char sensesp::LogQueueItem::text[kLogCaptureLineMax]

Definition at line 54 of file log_buffer.h.

◆ timestamp_ms

uint32_t sensesp::LogQueueItem::timestamp_ms

Definition at line 52 of file log_buffer.h.


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