9#include "pprzlink/pprzlink_device.h"
10#include "uavcan.tunnel.Broadcast.h"
15#define TX_BUFFER_SIZE 512
16#define RX_BUFFER_SIZE 512
void tunnel_uavcan_init(void)
uint8_t _rbuf[RX_BUFFER_SIZE]
uavcan_event tunnel_brd_ev
struct tunnel_uavcan_periph tunnel_uavcan0
uint8_t _tbuf[TX_BUFFER_SIZE]
struct link_device device
Generic device interface.
struct uavcan_iface_t * iface
Main uavcan event structure for registering/calling callbacks.
uavcan interface structure
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.