#include "SocketCan.h"
#include <yarp/dev/CanBusInterface.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/Value.h>
#include <sys/types.h>
#include <yarp/os/Time.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <arpa/inet.h>
#include <linux/can.h>
#include <linux/can/raw.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
Go to the source code of this file.
◆ AF_CAN
◆ PF_CAN
◆ SOCK_DEBUG
◆ RX_QUEUE_SIZE
const int RX_QUEUE_SIZE =2047 |
◆ TX_QUEUE_SIZE
const int TX_QUEUE_SIZE =2047 |