|
Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
|
Public Types | |
| using | Type = Uint<N> |
Static Public Attributes | |
| static constexpr unsigned | _bits = std::bit_width(I) |
| static constexpr unsigned | _bytes = (_bits + 7) / 8 |
| static constexpr unsigned | N = std::bit_ceil(_bytes) |