diff -r 6efc85c5493e -r 1c1e3599d66a doc/doxygen/html/unix_2canfestival_8h.html --- a/doc/doxygen/html/unix_2canfestival_8h.html Mon Feb 11 11:00:12 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,219 +0,0 @@ - -
-#include "timerscfg.h"
#include "can_driver.h"
#include "data.h"
#include "timers_driver.h"
#include <dlfcn.h>
-Include dependency graph for canfestival.h:
-Go to the source code of this file.
Typedefs | |
typedef void * | LIB_HANDLE |
Functions | |
UNS8 | UnLoadCanDriver (LIB_HANDLE handle) |
LIB_HANDLE | LoadCanDriver (char *driver_name) |
UNS8 | canSend (CAN_PORT port, Message *m) |
CAN_PORT | canOpen (s_BOARD *board, CO_Data *d) |
int | canClose (CO_Data *d) |
typedef void* LIB_HANDLE | -
- -
-Definition at line 13 of file canfestival.h. -
-
int canClose | -( | -CO_Data * | -d | -) | -- |
LIB_HANDLE LoadCanDriver | -( | -char * | -driver_name | -) | -- |
UNS8 UnLoadCanDriver | -( | -LIB_HANDLE | -handle | -) | -- |
-