Thu, 12 Apr 2007 16:36:31 +0200Removed Mutex liberation on CanSend. Too much race condition to avoid. Cannot be deeply tested.
etisserant [Thu, 12 Apr 2007 16:36:31 +0200] rev 155
Removed Mutex liberation on CanSend. Too much race condition to avoid. Cannot be deeply tested.

Thu, 12 Apr 2007 16:20:22 +0200Implemented writeNetworkDictCallBack test in TestMasterSlave example. Fixed callback assignement race condition in sdo.c.
etisserant [Thu, 12 Apr 2007 16:20:22 +0200] rev 154
Implemented writeNetworkDictCallBack test in TestMasterSlave example. Fixed callback assignement race condition in sdo.c.

Thu, 12 Apr 2007 16:17:35 +0200Post_sync have to be called even if in pre-op state. Fixed.
etisserant [Thu, 12 Apr 2007 16:17:35 +0200] rev 153
Post_sync have to be called even if in pre-op state. Fixed.

Thu, 12 Apr 2007 16:14:07 +0200Now, setNodeId does change TPDO and RPDO CobId without testing previous CobId in order to avoid confusion. Standard does not says when 'default value' should be applied. See DS301 - Object 1400h - 15FFh: Receive PDO Communication Parameter page 108.
etisserant [Thu, 12 Apr 2007 16:14:07 +0200] rev 152
Now, setNodeId does change TPDO and RPDO CobId without testing previous CobId in order to avoid confusion. Standard does not says when 'default value' should be applied. See DS301 - Object 1400h - 15FFh: Receive PDO Communication Parameter page 108.

Wed, 11 Apr 2007 07:50:34 +0200Updated doc. Cleaned some code.
etisserant [Wed, 11 Apr 2007 07:50:34 +0200] rev 151
Updated doc. Cleaned some code.

Sat, 07 Apr 2007 09:49:05 +0200Some win32 fixes following yesterday's API changes.
etisserant [Sat, 07 Apr 2007 09:49:05 +0200] rev 150
Some win32 fixes following yesterday's API changes.

Fri, 06 Apr 2007 16:49:28 +0200Changes in the API:
etisserant [Fri, 06 Apr 2007 16:49:28 +0200] rev 149
Changes in the API:
- No more mandatory callbacks declared for each node anymore
heartbeatError
SDOtimeoutError
initialisation
preOperational
operational
stopped
post_sync
post_TPDO
canSend

- Fill function ptr to declare callbacks
CO_Data.heartbeatError
CO_Data.SDOtimeoutError
CO_Data.initialisation
CO_Data.preOperational
CO_Data.operational
CO_Data.stopped
CO_Data.post_sync
CO_Data.post_TPDO

- CanClose now takes CO_Data* as parameter
- canSend is provided to the stack directly by OS interface, no specific callback.

Thu, 05 Apr 2007 10:06:11 +0200Bug on CanOpen help popup corrected
lbessard [Thu, 05 Apr 2007 10:06:11 +0200] rev 148
Bug on CanOpen help popup corrected

Thu, 05 Apr 2007 09:03:18 +0200Bug on CanOpen help popup corrected
lbessard [Thu, 05 Apr 2007 09:03:18 +0200] rev 147
Bug on CanOpen help popup corrected

Wed, 04 Apr 2007 13:11:49 +0200Win32 Native support and dynamicaly loaded CAN drivers for Linux, Cygwin and Win32.
etisserant [Wed, 04 Apr 2007 13:11:49 +0200] rev 146
Win32 Native support and dynamicaly loaded CAN drivers for Linux, Cygwin and Win32.