|
Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
|
Public Types | |
| using | value_type = Value |
| using | difference_type = ptrdiff_t |
Public Member Functions | |
| Iterator (const CircularBuffer *parent_, size_t index_) | |
| Iterator & | operator++ () |
| Iterator | operator++ (int) |
| const Value & | operator* () const |
| bool | operator!= (const Iterator &other) const |
| bool | operator== (const Iterator &other) const |
Friends | |
| class | Frame |