|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
IEEE C37.118.2 synchrophasor frame codec (DETWS_ENABLE_C37118) - zero-heap frame builder + parser for the PMU / PDC wide-area-measurement wire protocol. More...
#include "ServerConfig.h"Go to the source code of this file.
IEEE C37.118.2 synchrophasor frame codec (DETWS_ENABLE_C37118) - zero-heap frame builder + parser for the PMU / PDC wide-area-measurement wire protocol.
A C37.118.2 frame (all fields big-endian / network order):
Frame types: data / header / config-1 / config-2 / command / config-3. The DATA contents are message-type specific (data frames depend on the configuration); this codec frames any payload and fully builds + parses the fixed Command frame. CRC verified against the canonical CRC-CCITT-FALSE check value.
Definition in file c37118.h.