diff -r 2cb34a4ac65a -r 6b5a4c21e061 doc/doxygen/html/unix_2canfestival_8h-source.html --- a/doc/doxygen/html/unix_2canfestival_8h-source.html Tue Jun 05 17:34:33 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ - - -CanFestival: /home/epimerde/documents/tc11/CanFestival-3/include/unix/canfestival.h Source File - - - - -
-
-
-
-

/home/epimerde/documents/tc11/CanFestival-3/include/unix/canfestival.h

Go to the documentation of this file.
00001 #ifndef UNIX_H_
-00002 #define UNIX_H_
-00003 
-00004 #include "timerscfg.h"
-00005 #include "can_driver.h"
-00006 #include "data.h"
-00007 #include "timers_driver.h"
-00008 #ifdef WIN32
-00009 #include <windows.h>
-00010 typedef HINSTANCE LIB_HANDLE;
-00011 #else
-00012 #include <dlfcn.h>
-00013 typedef void* LIB_HANDLE;
-00014 #endif
-00015 
-00016 UNS8 UnLoadCanDriver(LIB_HANDLE handle);
-00017 LIB_HANDLE LoadCanDriver(char* driver_name);
-00018 UNS8 canSend(CAN_PORT port, Message *m);
-00019 CAN_PORT canOpen(s_BOARD *board, CO_Data * d);
-00020 int canClose(CO_Data * d);
-00021 
-00022 #endif /*UNIX_H_*/
-

Generated on Mon Jun 4 16:29:06 2007 for CanFestival by  - -doxygen 1.5.1
- -