drivers/can_anagate_win32/can_anagate_win32.def
author ct@78566C00-6F59-1014-AAEE-A77C3B9AAB40
Thu, 12 May 2011 12:23:20 +0000
changeset 680 9a2474509269
parent 494 aa36efce6e78
permissions -rw-r--r--
Win32-Timer:
CHANGED: - Timer implementation for win32 from absolute time (_ftime) to GetTickCount().
This fixes the following bug: When the system time was changed, a heartbeat timeout occurred.
FIXED: - Timeout seems only work properly if EnterMutex() is called before call of GetTickCount() (Patch from Roland Marquis)
494
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     1
LIBRARY	can_anagate_win32
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     2
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     3
EXPORTS
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     4
   canReceive_driver
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     5
   canSend_driver
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     6
   canOpen_driver
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     7
   canClose_driver
aa36efce6e78 add anagate device support in CanFestival
greg
parents:
diff changeset
     8
   canChangeBaudRate_driver