RPC calls

This commit is contained in:
Johnathon Slightham
2026-02-10 23:08:41 -05:00
committed by Johnathon Slightham
parent 52ff24e649
commit 649669d598
12 changed files with 466 additions and 37 deletions

View File

@@ -5,6 +5,12 @@
#ifndef APP_COMMS_H
#define APP_COMMS_H
#define RPC_CALL_QUEUE_SIZE 10
#define RPC_CALL_ENQUEUE_TIMEOUT_MS 250
#define RPC_CALL_DEQUEUE_TIMEOUT_MS 3000
#define RPC_CALL_THREAD_POOL_SIZE 3
#define RPC_CALL_PARAMETERS_MAX_SIZE 512
#define RX_QUEUE_SIZE 4
#define MAX_RX_BUFFER_SIZE 512