3-phase PV router
|
Manages telemetry data and frame formatting. More...
Go to the source code of this file.
Classes | |
class | TeleInfo |
A class for managing and sending telemetry information in a structured frame format. More... | |
Functions | |
static constexpr size_t | calcBufferSize () |
Calculates the total buffer size required for the telemetry frame. | |
static constexpr size_t | lineSize (size_t tagLen, size_t valueLen) |
Calculates the size of a single telemetry line in the frame. | |
Manages telemetry data and frame formatting.
This file defines the TeleInfo
class, which is responsible for creating and sending telemetry frames. It includes functions for calculating buffer sizes, formatting data, and ensuring data integrity with checksums.
Definition in file teleinfo.h.