Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
Loading...
Searching...
No Matches
Call< Ret, Args > Member List

This is the complete list of members for Call< Ret, Args >, including all inherited members.

ArgsTup typedef (defined in Call< Ret, Args >)Call< Ret, Args >
Call(const char *name_, const char *doc_, std::array< const char *, sizeof...(Args)> argNames_, Fun ptr_) (defined in Call< Ret, Args >)Call< Ret, Args >inline
definition(bool, schema,(self_arg(Call) Cbor::Sequence< Cbor::Major::Array > &seq)) (defined in Call< Ret, Args >)Call< Ret, Args >inline
definition(bool, call,(self_arg(Call) std::span< uint8_t > &args, std::span< uint8_t > &ret)) (defined in Call< Ret, Args >)Call< Ret, Args >inline
Fun typedef (defined in Call< Ret, Args >)Call< Ret, Args >
prototype(bool, schema,(self_arg(NonTemplatedCall) Cbor::Sequence< Cbor::Major::Array > &seq))NonTemplatedCall
prototype(bool, call,(self_arg(NonTemplatedCall) std::span< uint8_t > &args, std::span< uint8_t > &ret))NonTemplatedCall
Return typedef (defined in Call< Ret, Args >)Call< Ret, Args >