diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/win32_2canfestival_8h.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/win32_2canfestival_8h.html Fri Jun 08 09:23:56 2007 +0200 @@ -0,0 +1,290 @@ + +
+#include "timerscfg.h"
#include "can_driver.h"
#include "data.h"
#include <windows.h>
+Include dependency graph for canfestival.h:
+This graph shows which files directly or indirectly include this file:
+Go to the source code of this file.
Typedefs | |
typedef HINSTANCE | 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 HINSTANCE LIB_HANDLE | +
+ +
+Definition at line 31 of file canfestival.h. +
+
int canClose | +( | +CO_Data * | +d | +) | ++ |
+ +
+Definition at line 178 of file unix.c. +
+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:
+ +
+Definition at line 145 of file unix.c. +
+References struct_s_BOARD::baudrate, struct_s_BOARD::busname, struct_CO_Data::canHandle, canOpen(), canports, canReceiveLoop(), driver_data::continue_receive_thread, CreateReceiveTask(), driver_data::d, CANPort::d, DLL_CALL, EnterMutex(), CANPort::fd, driver_data::inst, LeaveMutex(), driver_procs::m_canOpen, MAX_NB_CAN_PORTS, driver_data::receive_thread, s_driver_procs, and CANPort::used. +
+Here is the call graph for this function:
+ +
+Definition at line 120 of file unix.c. +
+References canSend(), DLL_CALL, EnterMutex(), driver_data::inst, LeaveMutex(), driver_procs::m_canSend, s_driver_procs, and UNS8. +
+Here is the call graph for this function:
LIB_HANDLE LoadCanDriver | +( | +char * | +driver_name | +) | ++ |
+ +
+Definition at line 84 of file unix.c. +
+References canClose(), canOpen(), canReceive(), canSend(), DLSYM, driver_procs::load_canfestival_driver(), and s_driver_procs. +
+Here is the call graph for this function:
UNS8 UnLoadCanDriver | +( | +LIB_HANDLE | +handle | +) | ++ |
+