Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
Loading...
Searching...
No Matches
NonTemplatedCall Class Reference
Inheritance diagram for NonTemplatedCall:
Call< Ret, Args >

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))

Member Function Documentation

◆ prototype()

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.


The documentation for this class was generated from the following file: