diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/drivers__win32_8cpp.html
--- a/doc/doxygen/html/drivers__win32_8cpp.html Fri Jul 06 10:53:15 2007 +0200
+++ b/doc/doxygen/html/drivers__win32_8cpp.html Mon Jul 16 08:56:03 2007 +0200
@@ -18,7 +18,7 @@
Globals
+drivers » win32
drivers_win32.cpp File Reference
#include <windows.h>
#include "canfestival.h"
#include "timer.h"
@@ -27,12 +27,24 @@
Include dependency graph for drivers_win32.cpp:
@@ -44,40 +56,40 @@
struct | driver_data |
Defines |
-#define | DLL_CALL(funcname) (*_##funcname) |
-
-#define | FCT_PTR_INIT =NULL |
-
-#define | myTEXT(str) str |
+#define | DLL_CALL(funcname) (*_##funcname) |
+
+#define | FCT_PTR_INIT =NULL |
+
+#define | myTEXT(str) str |
Typedefs |
-typedef UNS8(*) | CANRECEIVE_DRIVER_PROC (void *inst, Message *m) |
-
-typedef UNS8(*) | CANSEND_DRIVER_PROC (void *inst, const Message *m) |
-
-typedef void *(*) | CANOPEN_DRIVER_PROC (s_BOARD *board) |
-
-typedef int(*) | CANCLOSE_DRIVER_PROC (void *inst) |
+typedef UNS8(*) | CANRECEIVE_DRIVER_PROC (void *inst, Message *m) |
+
+typedef UNS8(*) | CANSEND_DRIVER_PROC (void *inst, const Message *m) |
+
+typedef void *(*) | CANOPEN_DRIVER_PROC (s_BOARD *board) |
+
+typedef int(*) | CANCLOSE_DRIVER_PROC (void *inst) |
Functions |
-LIB_HANDLE | LoadCanDriver (char *driver_name) |
-
-UNS8 | canReceive (CAN_PORT fd0, Message *m) |
-
-void * | canReceiveLoop (CAN_PORT fd0) |
-
-UNS8 | canSend (CAN_PORT fd0, Message *m) |
-
-CAN_HANDLE | canOpen (s_BOARD *board, CO_Data *d) |
-
-int | canClose (CO_Data *d) |
+LIB_HANDLE | LoadCanDriver (char *driver_name) |
+
+UNS8 | canReceive (CAN_PORT fd0, Message *m) |
+
+void * | canReceiveLoop (CAN_PORT fd0) |
+
+UNS8 | canSend (CAN_PORT fd0, Message *m) |
+
+CAN_HANDLE | canOpen (s_BOARD *board, CO_Data *d) |
+
+int | canClose (CO_Data *d) |
Variables |
-driver_procs | s_driver_procs |
+driver_procs | s_driver_procs |
Define Documentation
-
+
@@ -99,7 +111,7 @@
Definition at line 32 of file drivers_win32.cpp.
-
+
@@ -116,7 +128,7 @@
Definition at line 33 of file drivers_win32.cpp.
-
+
@@ -141,12 +153,12 @@
Typedef Documentation
-
-
-
-
-
- typedef int(*) CANCLOSE_DRIVER_PROC(void *inst) |
+
+
-
-
-
-
-
- typedef void*(*) CANOPEN_DRIVER_PROC(s_BOARD *board) |
+
+
-
-
-
-
-
- typedef UNS8(*) CANRECEIVE_DRIVER_PROC(void *inst, Message *m) |
+
+
-
-
-
-
-
- typedef UNS8(*) CANSEND_DRIVER_PROC(void *inst, const Message *m) |
+
+
Function Documentation
-
+
@@ -231,24 +243,24 @@
Definition at line 194 of file drivers_win32.cpp.
-References canClose(), struct_CO_Data::canHandle, driver_data::continue_receive_thread, DLL_CALL, EnterMutex(), CANPort::fd, driver_data::inst, LeaveMutex(), driver_procs::m_canClose, driver_data::receive_thread, CANPort::receiveTask, s_driver_procs, and WaitReceiveTaskEnd().
-
-Here is the call graph for this function:
-