|
Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
|
FreeRTOS Task which handles RPC calls. More...
#include <FreeRTOS.h>#include <task.h>Go to the source code of this file.
Functions | |
| void | commsCcfStartRpcTask (void) |
| Start the task responsible for receiving and responding to RPC calls. | |
Variables | |
| TaskHandle_t | rpcTask |
FreeRTOS Task which handles RPC calls.
| void commsCcfStartRpcTask | ( | void | ) |
Start the task responsible for receiving and responding to RPC calls.
Use this to start the RPC task (only one task handles RPCs because it needs to wait for messages)