VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
iface_can.h
Go to the documentation of this file.
1#pragma once
2
3#include "vlcb/net/adapter.h"
4#include "vlcb/net/iface.h"
5#include "vlcb/net/socket.h"
6
7void ProcessCanPacket(VlcbNetIface *const iface, VlcbNetAdptPkt *packet);
8
10 const VlcbNetPacket *const packet);
VlcbNetAdptErr
Definition adapter.h:39
VlcbNetAdptErr DispatchCanPacket(VlcbNetIface *const iface, const VlcbNetPacket *const packet)
Definition iface_can.c:37
void ProcessCanPacket(VlcbNetIface *const iface, VlcbNetAdptPkt *packet)
Definition iface_can.c:11