VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
can_prio_from_opc.c
Go to the documentation of this file.
1#include "vlcb/common/can.h"
2
4
6 // TODO: copy the logic from rust project
7 switch (opc) {
8 default:
10 }
11}
VlcbCanPriority vlcb_defs_CanPriorityFromOpcode(const VlcbOpCode opc)
#define VLCB_CAN_PRIO_DEFAULT
VlcbOpCode
Definition vlcb_defs.h:493