#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <cerrno>
#include <cstring>
#include <linux/can.h>
#include <linux/can/bcm.h>
#include <linux/can/raw.h>
#include <net/if.h>
#include <string.h>
#include <iostream>
#include <cstdio>
#include <libpcan/libpcan.h>
#include "ProtocolDevice.h"
Go to the source code of this file.
Classes | |
class | SocketCANDevice |
Macros | |
#define | AF_CAN PF_CAN |
#define | PF_CAN 29 |
#define AF_CAN PF_CAN |
Definition at line 46 of file SocketCANDevice.h.
#define PF_CAN 29 |
Definition at line 42 of file SocketCANDevice.h.