VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
can_is_prio_valid.c
Go to the documentation of this file.
1#include "vlcb/common/can.h"
2
3#include <stdbool.h>
4
6 switch (prio) {
13 return true;
14 default:
15 return false;
16 }
17}
bool vlcb_defs_IsCanPriorityValid(const VlcbCanPriority prio)
@ VLCB_CAN_PRIO_SELF_ENUM