#include "applicfg.h"#include "can.h"Include dependency graph for can_driver.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | struct_s_BOARD |
Defines | |
| #define | DLL_CALL(funcname) funcname##_driver |
Typedefs | |
| typedef struct_s_BOARD | s_BOARD |
Functions | |
| UNS8 DLL_CALL() | canReceive (CAN_HANDLE, Message *) FCT_PTR_INIT |
| UNS8 DLL_CALL() | canSend (CAN_HANDLE, Message *) FCT_PTR_INIT |
| CAN_HANDLE DLL_CALL() | canOpen (s_BOARD *) FCT_PTR_INIT |
| int DLL_CALL() | canClose (CAN_HANDLE) FCT_PTR_INIT |
| #define DLL_CALL | ( | funcname | ) | funcname##_driver |
Definition at line 39 of file can_driver.h.
| typedef struct struct_s_BOARD s_BOARD |
Definition at line 28 of file can_driver.h.
| int DLL_CALL() canClose | ( | CAN_HANDLE | ) |
| CAN_HANDLE DLL_CALL() canOpen | ( | s_BOARD * | ) |
| UNS8 DLL_CALL() canReceive | ( | CAN_HANDLE | , | |
| Message * | ||||
| ) |
Definition at line 124 of file drivers_win32.cpp.
References driver_data::inst, driver_procs::m_canReceive, and s_driver_procs.
Referenced by canReceiveLoop(), and LoadCanDriver().
| UNS8 DLL_CALL() canSend | ( | CAN_HANDLE | , | |
| Message * | ||||
| ) |
1.5.1