VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
iface_can.c File Reference
#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"
Include dependency graph for iface_can.c:

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)
 

Function Documentation

◆ DispatchCanPacket()

VlcbNetAdptErr DispatchCanPacket ( VlcbNetIface *const iface,
const VlcbNetPacket *const packet )

Definition at line 37 of file iface_can.c.

Here is the caller graph for this function:

◆ ProcessCanPacket()

void ProcessCanPacket ( VlcbNetIface *const iface,
VlcbNetAdptPkt * pkt )

Definition at line 11 of file iface_can.c.

Here is the call graph for this function:
Here is the caller graph for this function: