Dummy_CAN_DuT
Dummy_CANFD_Error.h
Go to the documentation of this file.
1 /*******************************************************************************
2  \project INFM_HIL_Interface
3  \file Dummy_CANFD_Error.h
4  \brief Defines the error and return codes.
5  \author Matthias Bank
6  \version 1.0.0
7  \date 24.10.2021
8  ******************************************************************************/
10 #ifndef DUMMY_CANFD_ERROR_H
11 #define DUMMY_CANFD_ERROR_H
12 
13 
14 /*******************************************************************************
15  * DEFINES
16  ******************************************************************************/
17 #define RET_E_OK 0
18 #define ERR_SIGACTION_FAILED -2
19 #define ERR_IF_NOT_FOUND -3
20 #define ERR_SOCKET_FAILED -4
21 #define ERR_SETUP_FAILED -5
22 #define ERR_SEND_FAILED -6
23 #define ERR_RECV_FAILED -7
24 #define ERR_SETSOCKOPT_FAILED -8
25 #define ERR_MALLOC_FAILED -9
26 
27 
28 #endif //DUMMY_CANFD_ERROR_H
29 
30 
31 /*******************************************************************************
32  * END OF FILE
33  ******************************************************************************/