|
Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
|
Public Types | |
| using | BitT = UintT<bytes * 8> |
Static Public Member Functions | |
| static bool | encode (F value, std::span< uint8_t > &buf) |
| static std::optional< F > | decode (std::span< uint8_t > &buf) |
| static size_t | maxSize () |
Static Public Attributes | |
| static constexpr size_t | bytes = sizeof(F) |