|
Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
|
| NCbor | |
| CCbor | Parametrized CBOR interface |
| CCbor< bool > | |
| CCbor< const char * > | |
| CCbor< const char(&)[size]> | |
| CCbor< F > | |
| CCbor< I > | |
| CCbor< std::array< T, Size > > | |
| CCbor< std::span< uint8_t, Size > > | |
| CCbor< std::string_view > | |
| CCbor< std::tuple< Item... > > | |
| CCbor< T * > | |
| CCbor< void > | |
| CItem | |
| CSequence | |
| CUndefined | |
| CWrapVoid | Allows materialising void values using a placeholder |
| CWrapVoid< U, Placeholder > | |
| CWrapVoid< void, Placeholder > | |
| NCobs | |
| CDecoder | Decodes data as a state-machine |
| CEncoder | |
| CCall | |
| CCcf | |
| CCcfConfig | |
| CCircularBuffer | |
| CFrame | |
| CIterator | |
| CCompTimeString | |
| CGuard | |
| CMutex | |
| CNonTemplatedCall | |
| CRpc | |
| CSmallestType | |
| CType | |
| CType< I > | |
| CType< std::span< uint8_t, extent > > | |
| CType< std::string_view > | |
| CType< std::tuple< Ts... > > | |
| CType< std::tuple<> > | |
| CUint | |
| CUint< 16 > | |
| CUint< 32 > | |
| CUint< 64 > | |
| CUint< 8 > |