diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/structdriver__data.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/structdriver__data.html Fri Jun 08 09:23:56 2007 +0200 @@ -0,0 +1,130 @@ + +
+Data Fields | |
CO_Data * | d |
HANDLE | receive_thread |
void * | inst |
volatile bool | continue_receive_thread |
+ +
+Definition at line 109 of file drivers_win32.cpp.
CO_Data* driver_data::d | +
+ +
+Definition at line 111 of file drivers_win32.cpp. +
+Referenced by canOpen(), and canReceiveLoop(). +
HANDLE driver_data::receive_thread | +
+ +
+Definition at line 112 of file drivers_win32.cpp. +
+Referenced by canClose(), and canOpen(). +
void* driver_data::inst | +
+ +
+Definition at line 113 of file drivers_win32.cpp. +
+Referenced by canClose(), canOpen(), canReceive(), and canSend(). +
volatile bool driver_data::continue_receive_thread | +
+ +
+Definition at line 114 of file drivers_win32.cpp. +
+Referenced by canClose(), canOpen(), and canReceiveLoop(). +
+