simple-socket library 1.2.0
CANSocket_TEST.cpp File Reference
#include <cppunit/extensions/HelperMacros.h>
#include "../CANRawSocket.h"
#include "../CANFrame.h"
#include <stdexcept>
#include <cstring>
Include dependency graph for CANSocket_TEST.cpp:

Go to the source code of this file.

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (CANSocket_TEST)
 

Variables

static const int len = sizeof(NET::can_frame)
 
static NET::can_frame recv_msg
 
static NET::can_frame send_msg
 

Function Documentation

◆ CPPUNIT_TEST_SUITE_REGISTRATION()

CPPUNIT_TEST_SUITE_REGISTRATION ( CANSocket_TEST )

Variable Documentation

◆ send_msg

NET::can_frame send_msg
static

Definition at line 8 of file CANSocket_TEST.cpp.

◆ recv_msg

NET::can_frame recv_msg
static

Definition at line 9 of file CANSocket_TEST.cpp.

◆ len

const int len = sizeof(NET::can_frame)
static

Definition at line 10 of file CANSocket_TEST.cpp.