|
Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
|
Public Types | |
| using | MutexT = Mutex<T> |
Public Member Functions | |
| Guard (MutexT *mutex_) | |
| Guard (const Guard &)=delete | |
| Guard & | operator= (const Guard &)=delete |
| Guard (Guard &&)=default | |
| Guard & | operator= (Guard &&)=default |
| T * | operator-> () |
| const T * | operator-> () const |