|
Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
|
Public Member Functions | |
| prototype (bool, schema,(self_arg(NonTemplatedCall) Cbor::Sequence< Cbor::Major::Array > &seq)) | |
| Encodes the schema for the function into seq. | |
| prototype (bool, call,(self_arg(NonTemplatedCall) std::span< uint8_t > &args, std::span< uint8_t > &ret)) | |
| NonTemplatedCall::prototype | ( | bool | , |
| call | , | ||
| (self_arg(NonTemplatedCall) std::span< uint8_t > &args, std::span< uint8_t > &ret) | ) |
Calls this function with the encoded args in args and encodes the return into ret.