Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
Loading...
Searching...
No Matches
Cbor::Cbor< F > Struct Template Reference

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)

The documentation for this struct was generated from the following file: