Comms CCF
This is a simple communication layer based on COBS, CBOR and FNV-1A
Loading...
Searching...
No Matches
rpc-task.h File Reference

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

Detailed Description

FreeRTOS Task which handles RPC calls.

Function Documentation

◆ commsCcfStartRpcTask()

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)