|
SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
|
#include <sensesp/system/log_buffer.h>
Public Attributes | |
| uint32_t | timestamp_ms |
| uint16_t | length |
| char | text [kLogCaptureLineMax] |
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.
| uint16_t sensesp::LogQueueItem::length |
Definition at line 53 of file log_buffer.h.
| char sensesp::LogQueueItem::text[kLogCaptureLineMax] |
Definition at line 54 of file log_buffer.h.
| uint32_t sensesp::LogQueueItem::timestamp_ms |
Definition at line 52 of file log_buffer.h.