|
SatCat5
|
String constant, plus the CRC32 hash of that string.
Calculates string-hash for use with TelemetryWatcher::telem_rcvd().
Definition at line 290 of file net_telemetry.h.
#include <net_telemetry.h>
Public Member Functions | |
| TelemetryKey (const char *label) | |
| TelemetryKey (const TelemetryKey &t)=default | |
| TelemetryKey & | operator= (const TelemetryKey &t)=default |
Public Attributes | |
| const char * | key |
| String key. | |
| const u32 | hash |
| CRC32 of that string. | |