Dummy_CAN_DuT
Dummy_CANFD_Config.h
Go to the documentation of this file.
1 /*******************************************************************************
2  \project INFM_HIL_Interface
3  \file Dummy_CANFD_Config.h
4  \brief Defines the adjustable communication parameters.
5  \author Matthias Bank
6  \version 1.0.0
7  \date 24.10.2021
8  ******************************************************************************/
10 #ifndef DUMMY_CANFD_CONFIG_H
11 #define DUMMY_CANFD_CONFIG_H
12 
13 
14 /*******************************************************************************
15  * DEFINES
16  ******************************************************************************/
17 
19 #define FRAMEID 0x222
20 
22 #define CANFD 0
23 
25 #define INTERFACE "vcan0"
26 
28 #define VERBOSE 1
29 
30 
31 #endif //DUMMY_CANFD_CONFIG_H
32 
33 
34 /*******************************************************************************
35  * END OF FILE
36  ******************************************************************************/