|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Byte-by-byte report-frame reassembler (fixed buffer, resyncs on noise). More...
#include <ld2410.h>
Public Attributes | |
| uint8_t | buf [LD2410_FRAME_MAX] |
| frame under construction | |
| uint16_t | pos |
| bytes collected so far | |
| uint16_t | total |
| expected full-frame length (known after the length field) | |
| uint8_t | hdr_match |
| header bytes matched while syncing (phase = pos<4) | |
| uint8_t | phase |
| 0 sync, 1 length, 2 body | |
Byte-by-byte report-frame reassembler (fixed buffer, resyncs on noise).
| uint8_t Ld2410Stream::buf[LD2410_FRAME_MAX] |
| uint16_t Ld2410Stream::total |
| uint8_t Ld2410Stream::hdr_match |