diff -r f45fd4cd3832 -r 34654679f262 doc/doxygen/html/win32_2canfestival_8h.html --- a/doc/doxygen/html/win32_2canfestival_8h.html Fri Jul 06 10:53:15 2007 +0200 +++ b/doc/doxygen/html/win32_2canfestival_8h.html Mon Jul 16 08:56:03 2007 +0200 @@ -18,7 +18,7 @@
  • Globals
  • +include » win32

    canfestival.h File Reference

    #include "timerscfg.h"
    #include "can_driver.h"
    #include "data.h"
    @@ -27,67 +27,69 @@

    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
    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)
    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 Documentation

    - -
    -
    - - - + +
    +
    +
    typedef HINSTANCE LIB_HANDLE
    + +
    typedef HINSTANCE LIB_HANDLE
    @@ -100,7 +102,7 @@


    Function Documentation

    - +
    @@ -121,24 +123,24 @@

    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:

    - - - - - - - - -

    - -

    -
    -
    - - +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:

    + + + + + + + + +

    + +

    +
    +
    CAN_PORT canOpen
    + + @@ -163,34 +165,34 @@

    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:

    - - - - - - - - - - - - - - - - -

    - +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:

    + + + + + + + + + + + + + + + + +

    +

    CAN_PORT canOpen ( s_BOARD board,
    - + @@ -215,22 +217,22 @@

    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:

    - - - - - - - - -

    - -

    -
    -
    UNS8 canSend (CAN_PORT CAN_PORT  port,
    - - +Here is the call graph for this function:

    + + + + + + + + +

    + +

    +
    +
    LIB_HANDLE LoadCanDriver
    + + @@ -248,27 +250,27 @@

    References canClose(), canOpen(), canReceive(), canSend(), DLSYM, driver_procs::load_canfestival_driver(), and s_driver_procs.

    -Here is the call graph for this function:

    - - - - - - - - - - - -

    - +Here is the call graph for this function:

    + + + + + + + + + + + +

    +

    LIB_HANDLE LoadCanDriver ( char *  driver_name
    - + @@ -283,7 +285,7 @@ Definition at line 71 of file unix.c.

    -


    Generated on Fri Jun 8 08:52:09 2007 for CanFestival by  +
    Generated on Mon Jul 2 19:10:36 2007 for CanFestival by  doxygen 1.5.1
    UNS8 UnLoadCanDriver (LIB_HANDLE LIB_HANDLE  handle  )