diff -r 6efc85c5493e -r 1c1e3599d66a doc/doxygen/html/can__driver_8h.html --- a/doc/doxygen/html/can__driver_8h.html Mon Feb 11 11:00:12 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,222 +0,0 @@ - -
-#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 * | -- | |
- | ) | -- |
-