diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/can__uvccm__win32_8cpp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/can__uvccm__win32_8cpp.html Fri Jun 08 09:23:56 2007 +0200 @@ -0,0 +1,168 @@ + +
+#include <sstream>
#include <iomanip>
#include <algorithm>
#include "can_driver.h"
+Include dependency graph for can_uvccm_win32.cpp:
+Go to the source code of this file.
Data Structures | |
class | can_uvccm_win32 |
class | can_uvccm_win32::error |
Functions | |
UNS8 | canReceive_driver (CAN_HANDLE fd0, Message *m) |
UNS8 | canSend_driver (CAN_HANDLE fd0, Message *m) |
CAN_HANDLE | canOpen_driver (s_BOARD *board) |
int | canClose_driver (CAN_HANDLE inst) |
int canClose_driver | +( | +CAN_HANDLE | +inst | +) | ++ |
+ +
+Definition at line 324 of file can_uvccm_win32.cpp. +
CAN_HANDLE canOpen_driver | +( | +s_BOARD * | +board | +) | ++ |
+ +
+Definition at line 311 of file can_uvccm_win32.cpp. +
UNS8 canReceive_driver | +( | +CAN_HANDLE | +fd0, | +|
+ | + | Message * | +m | + |
+ | ) | ++ |
UNS8 canSend_driver | +( | +CAN_HANDLE | +fd0, | +|
+ | + | Message * | +m | + |
+ | ) | ++ |
+