VLCB SDK
An opinionated SDK for VLCB protocol
|
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
#include "iface_vlcb.h"
#include "vlcb/net/adapter.h"
#include "vlcb/net/iface.h"
#include "vlcb/net/packet/vlcb.h"
#include "vlcb/platform/log.h"
Go to the source code of this file.
Functions | |
void | ProcessCanPacket (VlcbNetIface *const iface, VlcbNetAdptPkt *pkt) |
VlcbNetAdptErr | DispatchCanPacket (VlcbNetIface *const iface, const VlcbNetPacket *const packet) |
VlcbNetAdptErr DispatchCanPacket | ( | VlcbNetIface *const | iface, |
const VlcbNetPacket *const | packet ) |
void ProcessCanPacket | ( | VlcbNetIface *const | iface, |
VlcbNetAdptPkt * | pkt ) |
Definition at line 11 of file iface_can.c.