2012-10-01Doxyfile adapted to show all basic source files, search engine included
mwildbolz [Mon, 01 Oct 2012 17:19:00 +0200] rev 753
Doxyfile adapted to show all basic source files, search engine included

2012-10-01Removed auto-generated object dictionary files from example folders
mwildbolz [Mon, 01 Oct 2012 17:09:55 +0200] rev 752
Removed auto-generated object dictionary files from example folders
Updated .hgignore file (generated Makefiles, auto-generated OD files)

2012-10-01Changed call to sleep function because it gets redefined when using RTAI_LXRT
mwildbolz [Mon, 01 Oct 2012 17:04:34 +0200] rev 751
Changed call to sleep function because it gets redefined when using RTAI_LXRT

2012-10-01Implementation of a basic working node-guarding
mwildbolz [Mon, 01 Oct 2012 17:01:36 +0200] rev 750
Implementation of a basic working node-guarding
Documentation adapted
Typos corrected

2012-10-01Changed configure to compile on Debian with the latest RTAI patch installed (removed rtdm library in compiler flags)
mwildbolz [Mon, 01 Oct 2012 16:58:35 +0200] rev 749
Changed configure to compile on Debian with the latest RTAI patch installed (removed rtdm library in compiler flags)
Commented out the MSG_WAR section for RTAI because this only runs in an RTAI Kernelspace program

2012-10-01Fixing networkedit to deal with non-null master nodeid
Laurent Bessard [Mon, 01 Oct 2012 19:18:35 +0200] rev 748
Fixing networkedit to deal with non-null master nodeid

2012-09-06Adding support for translating CANOpen type to corresponding IEC type for location drag'n drop
Laurent Bessard [Thu, 06 Sep 2012 16:49:11 +0200] rev 747
Adding support for translating CANOpen type to corresponding IEC type for location drag'n drop

2012-06-19Master now sends NMT_Reset only from default preOperational application callback
Edouard Tisserant [Tue, 19 Jun 2012 10:29:03 +0200] rev 746
Master now sends NMT_Reset only from default preOperational application callback

2012-06-18Fix bug when adding an entry to a node
Laurent Bessard [Mon, 18 Jun 2012 19:38:40 +0200] rev 745
Fix bug when adding an entry to a node

2012-06-18Fix bug with 'not saved' state for network when removing a slave
Laurent Bessard [Mon, 18 Jun 2012 19:37:30 +0200] rev 744
Fix bug with 'not saved' state for network when removing a slave

2012-06-18Removed debug code remaining in pdo.c
Edouard Tisserant [Mon, 18 Jun 2012 03:48:23 +0200] rev 743
Removed debug code remaining in pdo.c

2012-06-18pdo.c : missalignment problem on some cpu when comparing cobids, various typo fixes
Edouard Tisserant [Mon, 18 Jun 2012 02:27:19 +0200] rev 742
pdo.c : missalignment problem on some cpu when comparing cobids, various typo fixes
dcf.c : factorized code, and added automatic state change to operational when DCF finished
drivers/none : default time value is now nanoseconds

2012-06-15Adding informations in data send when drag'n dropping locations
Laurent Bessard [Fri, 15 Jun 2012 18:24:51 +0200] rev 741
Adding informations in data send when drag'n dropping locations

2012-06-15Fix bug when importing and loading not well formatted eds files
Laurent Bessard [Fri, 15 Jun 2012 18:24:26 +0200] rev 740
Fix bug when importing and loading not well formatted eds files

2012-06-13Merged Christian Taedcke changes
Edouard Tisserant [Wed, 13 Jun 2012 19:08:58 +0200] rev 739
Merged Christian Taedcke changes

2012-06-13Merged Francois BEAULIER's changes
Edouard Tisserant [Wed, 13 Jun 2012 19:07:41 +0200] rev 738
Merged Francois BEAULIER's changes

2012-06-11Updated build configuration for travis to build more driver and send notification to irc.
Christian Taedcke <hacking@taedcke.com> [Tue, 12 Jun 2012 01:11:34 +0200] rev 737
Updated build configuration for travis to build more driver and send notification to irc.

2012-06-11Adapted path to xeno-config.
Christian Taedcke <hacking@taedcke.com> [Tue, 12 Jun 2012 01:06:38 +0200] rev 736
Adapted path to xeno-config.
Changed parameters to xeno-config.

2012-06-11Building 4 can drivers now.
Christian Taedcke <hacking@taedcke.com> [Tue, 12 Jun 2012 00:13:39 +0200] rev 735
Building 4 can drivers now.

2012-06-11Added first version of .travis.yml for build server.
Christian Taedcke <hacking@taedcke.com> [Mon, 11 Jun 2012 23:35:15 +0200] rev 734
Added first version of .travis.yml for build server.

2012-05-25Win32 win32test:
Christian Taedcke <hacking@taedcke.com> [Fri, 25 May 2012 13:24:39 +0200] rev 733
Win32 win32test:
- fixed wrong size parameter of call to writeLocalDict() to set remote node id.

2012-05-22can_peak_win32 project files:
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 09:33:39 +0200] rev 732
can_peak_win32 project files:
- adapted VS2008 project file
- added lib file and include directory to releas config of VS2010 project

2012-05-22VS2010 project files:
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 09:17:19 +0200] rev 731
VS2010 project files:
- reverted character set of Debug configuration to MultiByte

2012-05-22can_peak_win32 code:
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:36:07 +0200] rev 730
can_peak_win32 code:
- changed m->Data to m->data, because the renaming was not done in the main code yet.
The peak driver compiles now.

2012-05-22cna_peak_win32 VS2010 project file:
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:34:25 +0200] rev 729
cna_peak_win32 VS2010 project file:
- removed libs as project dependencies
- added include path and lib to AdditionalDependencies

2012-05-22Win32 fixes:
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:32:20 +0200] rev 728
Win32 fixes:
- added macros used by driver can_peak_win32

2012-05-22Win32 win32test:
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:14:52 +0200] rev 727
Win32 win32test:
- added optional parameter busname to command line

2012-05-22Win32 IXXAT driver:
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:10:09 +0200] rev 726
Win32 IXXAT driver:
- prevent crash after calling the close() function

2012-05-22Win32 VS2010 project files:
Christian Taedcke <hacking@taedcke.com> [Tue, 22 May 2012 08:07:59 +0200] rev 725
Win32 VS2010 project files:
- changed debug database name und moved it to the OutDir

2012-05-21Win32 fixes:
Christian Taedcke <hacking@taedcke.com> [Mon, 21 May 2012 16:17:13 +0200] rev 724
Win32 fixes:
- fixed MSG-macro for VS2010

2012-05-21Win32:
Christian Taedcke <hacking@taedcke.com> [Mon, 21 May 2012 16:15:56 +0200] rev 723
Win32:
- changed parameter type of LoadCanDriver from TCHAR to char

2012-05-21Win32 IXXAT fixes:
Christian Taedcke <hacking@taedcke.com> [Mon, 21 May 2012 16:14:57 +0200] rev 722
Win32 IXXAT fixes:
- added missing function to dll exports

2012-05-21Win32 project settings:
Christian Taedcke <hacking@taedcke.com> [Mon, 21 May 2012 16:14:20 +0200] rev 721
Win32 project settings:
- set character encoding to unicode

2012-05-21Win32 fixes:
Christian Taedcke <hacking@taedcke.com> [Mon, 21 May 2012 16:13:47 +0200] rev 720
Win32 fixes:
- generate debug information for canopenshell in debug configuration

2012-05-21merge with main Canfestival repository
Mongo [Mon, 21 May 2012 17:21:57 +0200] rev 719
merge with main Canfestival repository

2012-03-27Fixed : wrong parameter size
Mongo [Tue, 27 Mar 2012 15:29:57 +0200] rev 718
Fixed : wrong parameter size

2012-03-27Fixed example TestMasterSlaveLSS in Master.c missing argument in writeNetworkDictCallBack
Mongo [Tue, 27 Mar 2012 15:16:26 +0200] rev 717
Fixed example TestMasterSlaveLSS in Master.c missing argument in writeNetworkDictCallBack
Fixed comments in sdo.c

2012-02-09Merged with smarteh-dev
Edouard Tisserant [Thu, 09 Feb 2012 20:39:46 +0100] rev 716
Merged with smarteh-dev

2012-02-09Adding support for integration of panels in Beremiz
smarteh-dev [Thu, 09 Feb 2012 20:37:25 +0100] rev 715
Adding support for integration of panels in Beremiz

2012-02-04Merged JaFojtik Peak Win32 update
Edouard Tisserant [Sat, 04 Feb 2012 17:08:48 +0100] rev 714
Merged JaFojtik Peak Win32 update

2012-02-04Fixed PEAK Win 32 driver, for PEAK Light API 1.x and 2.x
JaFojtik [Sat, 04 Feb 2012 14:26:54 +0100] rev 713
Fixed PEAK Win 32 driver, for PEAK Light API 1.x and 2.x

2012-02-04merge with CanFestival-3-asc
Edouard Tisserant [Sat, 04 Feb 2012 01:38:15 +0100] rev 712
merge with CanFestival-3-asc

2012-02-01minor modification on two MSG_ERR
Mongo [Wed, 01 Feb 2012 15:55:45 +0100] rev 711
minor modification on two MSG_ERR

2012-02-04merged ica
Edouard Tisserant [Sat, 04 Feb 2012 01:33:16 +0100] rev 710
merged ica

2012-01-23win32:
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 21:40:59 +0100] rev 709
win32:
- Added visual studio 2010 solution file and project files. Some driver that
does not work are disabled in the configuration manager.

2012-01-23can_copican_win32:
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 21:37:22 +0100] rev 708
can_copican_win32:
- renamed project files to include vc10

2012-01-23can_uvccm_win32:
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 21:35:32 +0100] rev 707
can_uvccm_win32:
- remove depricated OptimizeForWindows98 from project file

2012-01-23can_uvccm_win32:
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 20:32:07 +0100] rev 706
can_uvccm_win32:
- added can_uvccm_win32 to solution file and fixed compilation errors for current driver
- renamed project file to include vc9

2012-01-23CANopenShell win32:
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 20:28:25 +0100] rev 705
CANopenShell win32:
- fixed include path for release configuration

2012-01-23can_peak_win32:
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 20:25:36 +0100] rev 704
can_peak_win32:
- added can_peak_win32 to solution file (disabled project in configuration manager)
- renamed project file to include vc9

2012-01-23can_anagate_win32:
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 20:16:06 +0100] rev 703
can_anagate_win32:
- added can_anagate_win32 to solution file and fixed compilation errors for current driver
- renamed project file to include vc9

2012-01-23CANOpenShell example:
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 20:06:45 +0100] rev 702
CANOpenShell example:
ADDED: - generated obejct dictionaries, so that the samples can be build without
using objdictgen first

2012-01-23Win32:
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 20:05:46 +0100] rev 701
Win32:
FIXED: - converted visual studio solution file back to 2008.
RENAMED: - solution file name and used project file names to project.vc9.vcproj

2012-01-23Win32 fixes:
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 08:49:26 +0100] rev 700
Win32 fixes:
- added SDO_BLOCK_SIZE macro to win32 config.h
- added explicit casts to remove compiler warnings to sdo.c
- added missing exports to Canfestival-3.def

2012-01-23dcf.c:
Christian Taedcke <hacking@taedcke.com> [Mon, 23 Jan 2012 08:43:13 +0100] rev 699
dcf.c:
- removed inline definition of dcf variable, which is not allowed on many c compilers.
- removed SaveNode() call using ifdef, because not all canopen devices support this feature.
Later on it should be possible to enable this for each dcf entry using objdictedit.
- fixed bug when dereferencing an dcf entry from the object dictionary.

2012-02-03merges with https://bitbucket.org/JaFojtik/canfestival-3
Edouard Tisserant [Sat, 04 Feb 2012 00:57:39 +0100] rev 698
merges with https://bitbucket.org/JaFojtik/canfestival-3

2012-02-03ID: 3459307 - Async problem in drivers/win32/win32.c
JaFojtik [Fri, 03 Feb 2012 22:34:44 +0100] rev 697
ID: 3459307 - Async problem in drivers/win32/win32.c

2012-02-03Windows CAN DLL driver sanity check.
JaFojtik [Fri, 03 Feb 2012 22:13:25 +0100] rev 696
Windows CAN DLL driver sanity check.

2012-02-03Multiple instances CAN wirtual network for PEAK and Windows.
JaFojtik [Fri, 03 Feb 2012 21:42:48 +0100] rev 695
Multiple instances CAN wirtual network for PEAK and Windows.

2012-02-03There is no English word "transfert". Fix all the typos.
JaFojtik [Fri, 03 Feb 2012 21:15:22 +0100] rev 694
There is no English word "transfert". Fix all the typos.

2012-02-03Applyed changes from discussion '[Canfestival-devel] some minor CanFestival build suggestions', https://sourceforge.net/mailarchive/message.php?msg_id=28397766
Edouard Tisserant [Fri, 03 Feb 2012 15:43:44 +0100] rev 693
Applyed changes from discussion '[Canfestival-devel] some minor CanFestival build suggestions', https://sourceforge.net/mailarchive/message.php?msg_id=28397766

2012-02-02[ canfestival-Bugs-3458203 ] Objdictedit
Edouard Tisserant [Thu, 02 Feb 2012 19:22:49 +0100] rev 692
[ canfestival-Bugs-3458203 ] Objdictedit

2012-02-01[ canfestival-Patches-3481330 ] Useless structure SHORT_CAN
Edouard Tisserant [Wed, 01 Feb 2012 18:07:04 +0100] rev 691
[ canfestival-Patches-3481330 ] Useless structure SHORT_CAN
[ canfestival-Patches-3481339 ] Useless local variable res in CanFestival\drivers\win32.c

2012-01-21Merge further Ica changes
Edouard Tisserant [Sat, 21 Jan 2012 19:32:58 +0100] rev 690
Merge further Ica changes

2011-11-09Win32 IXXAT driver:
Christian Taedcke <hacking@taedcke.com> [Wed, 09 Nov 2011 15:02:47 +0000] rev 689
Win32 IXXAT driver:
CHANGED: - Removed deprecated call to VCI_GetBrdTypeByName().
- The board type given to VCI2_PrepareBoard() is now always 0, because this parameter is not used.
- Removed the board_name parameter from IXXAT::open(). The board that should be opened is identified by the parameter board_number.
The correct parameter board_number can be determined using XAT_EnumHwEntry() and XAT_GetConfig().
- Changed the constructor IXXAT::IXXAT(). board->busname now only contains the board_number, see XAT_EnumHwEntry() and XAT_GetConfig().

2011-11-08Win32 IXXAT::
Christian Taedcke <hacking@taedcke.com> [Tue, 08 Nov 2011 09:52:40 +0000] rev 688
Win32 IXXAT::
CHANGED: - removed newline from log messages

pdo.c:
FIXED: - fixed two wrong MSG_ERR calls

2011-11-08Win32:
Christian Taedcke <hacking@taedcke.com> [Tue, 08 Nov 2011 08:59:30 +0000] rev 687
Win32:
CHANGED: - Switch character encoding to unicode.
- Changed logging format strings from %s to %S.
FIXED: - second argument to swprintf() is now the size of the target buffer

Win32 IXXAT:
CHANGED: - Changed logging format strings from %s to %S.

2011-11-08Win32:
Christian Taedcke <hacking@taedcke.com> [Tue, 08 Nov 2011 08:59:05 +0000] rev 686
Win32:
FIXED: - The argument of LoadCanDriver() is LPCTSTR, not const char*

2011-11-08Win32 IXXAT driver:
Christian Taedcke <hacking@taedcke.com> [Tue, 08 Nov 2011 08:27:55 +0000] rev 685
Win32 IXXAT driver:
ADDED: - Two additional log messages added, when initialization of the driver fails.
CHANGED: - Instead of writing directly into OutputDebugString() messages are printed using the new macro MSG_ERR_DRV().

2011-11-08Win32 applconfig:
Christian Taedcke <hacking@taedcke.com> [Tue, 08 Nov 2011 08:27:42 +0000] rev 684
Win32 applconfig:
CHANGED: - The MSG()-Makros for Visual Studio both print now to OutputDebugString().
ADDED: - Makro CANFESTIVAL_DEBUG_DRV_MSG() and MSG_ERR_DRV() to print into MSG() from a can driver implementation.

2011-11-08Win32 IXXAT driver:
Christian Taedcke <hacking@taedcke.com> [Tue, 08 Nov 2011 08:27:29 +0000] rev 683
Win32 IXXAT driver:
FIXED: - A return value of 0 from VCI_ResetCan() and VCI_StartCan() indicates an error, too.
CHANGED: - The return values of VCI_ResetCan() and VCI_StartCan() are logged in case of an error.

2011-12-22SDO transfer:
Christian Taedcke <hacking@taedcke.com> [Thu, 22 Dec 2011 16:03:39 +0100] rev 682
SDO transfer:
FIXED: - Wrong SDO line could get changed due to a wrong parameter to setSDOlineRestBytes().

2011-08-08Win32-Dll:
ct@78566C00-6F59-1014-AAEE-A77C3B9AAB40 [Mon, 08 Aug 2011 11:57:43 +0000] rev 681
Win32-Dll:
CHANGED: - export the function sendOnePDOevent from the windows dll.

2011-05-12Win32-Timer:
ct@78566C00-6F59-1014-AAEE-A77C3B9AAB40 [Thu, 12 May 2011 12:23:20 +0000] rev 680
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)

2011-12-22FIXED: - The AVR example now compiles in linux.
Christian Taedcke <hacking@taedcke.com> [Thu, 22 Dec 2011 13:46:00 +0100] rev 679
FIXED: - The AVR example now compiles in linux.
- adapted AVR code to current default branch.

2011-12-22FIXED: - adapted paths for current vscom driver
Christian Taedcke <hacking@taedcke.com> [Thu, 22 Dec 2011 11:43:08 +0100] rev 678
FIXED: - adapted paths for current vscom driver
- removed chmod +x vs_can_api.dll;
- added option -o to unzip command to overwrite existing files

2011-12-22FIXED: - the macro SUB_PROG_CFLAGS was overwritten for 64bit machines using gcc. Because of this the xenomai compilation failed.
Christian Taedcke <hacking@taedcke.com> [Thu, 22 Dec 2011 11:42:44 +0100] rev 677
FIXED: - the macro SUB_PROG_CFLAGS was overwritten for 64bit machines using gcc. Because of this the xenomai compilation failed.

2012-01-21Merged some canfestival-3-ica Fixes.
Edouard Tisserant [Sat, 21 Jan 2012 18:49:54 +0100] rev 676
Merged some canfestival-3-ica Fixes.

2011-12-22FIXED: - The AVR example now compiles in linux.
Christian Taedcke <hacking@taedcke.com> [Thu, 22 Dec 2011 13:46:00 +0100] rev 675
FIXED: - The AVR example now compiles in linux.
- adapted AVR code to current default branch.

2011-12-22FIXED: - adapted paths for current vscom driver
Christian Taedcke <hacking@taedcke.com> [Thu, 22 Dec 2011 11:43:08 +0100] rev 674
FIXED: - adapted paths for current vscom driver
- removed chmod +x vs_can_api.dll;
- added option -o to unzip command to overwrite existing files

2011-12-22FIXED: - the macro SUB_PROG_CFLAGS was overwritten for 64bit machines using gcc. Because of this the xenomai compilation failed.
Christian Taedcke <hacking@taedcke.com> [Thu, 22 Dec 2011 11:42:44 +0100] rev 673
FIXED: - the macro SUB_PROG_CFLAGS was overwritten for 64bit machines using gcc. Because of this the xenomai compilation failed.

2011-12-15bug correction in sdo.c, in writeNetworkDictCallBackAI a call to _writeNetworkDict had endianize forced to 1
Mongo [Thu, 15 Dec 2011 14:51:20 +0100] rev 672
bug correction in sdo.c, in writeNetworkDictCallBackAI a call to _writeNetworkDict had endianize forced to 1

2011-12-13bug correction in dcf.c, an entry of only one byte was not checked
Mongo [Tue, 13 Dec 2011 17:38:12 +0100] rev 671
bug correction in dcf.c, an entry of only one byte was not checked

2011-11-02New feature : event timers allowed for RxPDOs (subidx 5 in RxPDO com paramaters)
Mongo [Wed, 02 Nov 2011 22:37:24 +0100] rev 670
New feature : event timers allowed for RxPDOs (subidx 5 in RxPDO com paramaters)

2011-10-13Configuration manager with DCF in object 0x1F22 rewritten almost from scratch.
Mongo [Thu, 13 Oct 2011 17:51:27 +0200] rev 669
Configuration manager with DCF in object 0x1F22 rewritten almost from scratch.
1. The boot-up message from a device starts a verification of entries
2. If all entries matches the node is started
3. If an entry differs the whole dcf is written and a save is done
4. A reset is send to the node
5. If several boot-up are received at the same time they will be managed one
by one thus only one free sdo client is needed for the whole process.

2011-09-12Added some fixes from Jaroslav Fojtik submitted on sourceforge bug tracker:
Mongo [Mon, 12 Sep 2011 10:52:02 +0200] rev 668
Added some fixes from Jaroslav Fojtik submitted on sourceforge bug tracker:
3096348 Missing "break" in states.c/canDispatch()
3096359 Crash inside dcf.c/send_consise_dcf()
3101891 Potencial overflow inside getNodeState()

2011-08-30Added include stdlib.h for malloc functions in sdo.c
fbeaulier [Tue, 30 Aug 2011 12:14:34 +0200] rev 667
Added include stdlib.h for malloc functions in sdo.c

2011-08-29patch from Stefan Kratochwil <entwicklung@inovel.de> : canfestival-3-fm3_698.patch
fbeaulier [Mon, 29 Aug 2011 17:44:49 +0200] rev 666
patch from Stefan Kratochwil <entwicklung@inovel.de> : canfestival-3-fm3_698.patch
Bug:
If an object dictionary entry was requested whose size exceeds
SDO_MAX_LENGTH_TRANSFERT, the memcpy() call at line 139 of objacces.c overwrites
the memory after *pDestData which causes stack corruption.
-> Bugfix:
The bug was corrected by size checking the requested data. An 'Out of
memory' error message will be generated if the requested data exceeds
SDO_MAX_LENGTH_TRANSFERT.

Additional changes:
Added dynamic buffer allocation for the SDO transfer. This feature can be used
if SDO_DYNAMIC_BUFFER_ALLOCATION is defined in config.h. The size of the
dynamically allocated buffer is controlled with
SDO_DYNAMIC_BUFFER_ALLOCATION_SIZE.
-> Note:
This change removes the detection of OD_LENGTH_DATA_INVALID errors!

2011-08-29patch from Christian Taedcke <hacking@taedcke.com> : fix-wrong-resetSDOline-for-sdo-timeout.patch
fbeaulier [Mon, 29 Aug 2011 17:31:55 +0200] rev 665
patch from Christian Taedcke <hacking@taedcke.com> : fix-wrong-resetSDOline-for-sdo-timeout.patch
FIXED: - The sdo line must not be closed at the end of SDOTimeoutAlarm() if the same sdo line is closed and reopened for a new transfer inside the callback. (Patch from Jaroslav Fojtik)

2011-08-29CHANGE: SDO block mode added, without CRC support
fbeaulier [Mon, 29 Aug 2011 16:59:55 +0200] rev 664
CHANGE: SDO block mode added, without CRC support
WARNING : API change in client functions

2011-08-16timers_unix.c : remove sigint and sigterm catch
fbeaulier [Tue, 16 Aug 2011 14:15:52 +0200] rev 663
timers_unix.c : remove sigint and sigterm catch
sdo : Allow multiple servers
The sdo transfer struct is not anymore referenced by server's node id but by
client or server number in the OD. Node id is not relevant in SDO transfert.

2011-06-23fixed bug with cross wmingw build
Edouard Tisserant [Thu, 23 Jun 2011 18:12:34 +0200] rev 662
fixed bug with cross wmingw build

2011-06-20Removed unneccessary overhead introduced with the last fix.
Stefan@Sheldon [Mon, 20 Jun 2011 18:36:43 +0200] rev 661
Removed unneccessary overhead introduced with the last fix.

2011-06-20Fixed incorrect struct access in sendPDO() and inserted a missing variable in sendOnePDOEvent(). These errors occured at compile-time when configuring the project with './configure --debug=PDO' or './configure --debug=WAR'.
skratochwil [Mon, 20 Jun 2011 15:03:54 +0200] rev 660
Fixed incorrect struct access in sendPDO() and inserted a missing variable in sendOnePDOEvent(). These errors occured at compile-time when configuring the project with './configure --debug=PDO' or './configure --debug=WAR'.

2011-04-13Fix some side effects of EDS import, while editing afterward
Edouard Tisserant [Wed, 13 Apr 2011 16:29:59 +0200] rev 659
Fix some side effects of EDS import, while editing afterward

2011-01-28FIXED: - changed make targets from "%o: %c" to "%.o: %.c" (Patch from irc <oleg_osov>)
Christian Taedcke [Fri, 28 Jan 2011 14:51:18 +0100] rev 658
FIXED: - changed make targets from "%o: %c" to "%.o: %.c" (Patch from irc <oleg_osov>)
find . -name 'Make*' | xargs perl -w -i.bak -p -e "s/\%o: \%c/%.o: %.c/g"

2011-01-28FIX: - if a sdo transfer timeout occurres, reset the sdo line even if the callback function does not.
Christian Taedcke [Fri, 28 Jan 2011 14:51:18 +0100] rev 657
FIX: - if a sdo transfer timeout occurres, reset the sdo line even if the callback function does not.

2011-01-27FIXED: - Sdo lines with the internal state SDO_ABORTED_ITERNAL are now closed.
Christian Taedcke [Thu, 27 Jan 2011 17:45:48 +0100] rev 656
FIXED: - Sdo lines with the internal state SDO_ABORTED_ITERNAL are now closed.

2010-11-10CHANGED: - canSend message parameter is now a const pointer
Christian Taedcke [Wed, 10 Nov 2010 13:08:26 +0100] rev 655
CHANGED: - canSend message parameter is now a const pointer
ADDED : - IXXAT specific can bus watchdog to restart the VCI2 driver if a bus off, data ovverrun or remote queue overrun is detected. The can adapter cannot recover on its own.
* * *
CHANGED: - IXXAT::m_watchdogTimerId from DWORD to UINT_PTR to fix compiler warning

2011-01-27FIXED: - compiler warning from printf format string
Christian Taedcke <hacking@taedcke.com> [Thu, 27 Jan 2011 17:45:48 +0100] rev 654
FIXED: - compiler warning from printf format string

2010-02-19FIXED: - TimerInit() was missing
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 15:52:59 +0100] rev 653
FIXED: - TimerInit() was missing

2010-02-19FIXED: - OK and NOT OK was wrong in canSend()
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 15:52:27 +0100] rev 652
FIXED: - OK and NOT OK was wrong in canSend()

2010-09-09FIXED: - bug while normal sdo transfer initialization (setting the byte count)
Christian Taedcke [Thu, 09 Sep 2010 16:01:13 +0200] rev 651
FIXED: - bug while normal sdo transfer initialization (setting the byte count)

2010-11-10FIXED: - Renamed macro for peak win32 driver, patch from mailinglist (post from Christian Boepple, 2010-09-08 14:38)
Christian Taedcke [Wed, 10 Nov 2010 14:19:31 +0100] rev 650
FIXED: - Renamed macro for peak win32 driver, patch from mailinglist (post from Christian Boepple, 2010-09-08 14:38)

2010-11-15CHANGED: - function sendOnePDOevent (CO_Data* d, UNS32 pdoNum) into sendOnePDOevent (CO_Data* d, UNS8 pdoNum)
Christian Taedcke [Mon, 15 Nov 2010 08:56:35 +0100] rev 649
CHANGED: - function sendOnePDOevent (CO_Data* d, UNS32 pdoNum) into sendOnePDOevent (CO_Data* d, UNS8 pdoNum)
- added explicit casts to remove compiler warnings

2010-11-15CHANGED: - added explicit cast to remove compiler warning
Christian Taedcke [Mon, 15 Nov 2010 08:55:34 +0100] rev 648
CHANGED: - added explicit cast to remove compiler warning

2010-02-19CHANGED: - canReceive and canSend return now 1 on error and 0 on success
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 08:20:21 +0100] rev 647
CHANGED: - canReceive and canSend return now 1 on error and 0 on success

2010-09-09CHANGED: - added explicit cast to remove compiler warning
Christian Taedcke [Thu, 09 Sep 2010 15:28:48 +0200] rev 646
CHANGED: - added explicit cast to remove compiler warning

2010-02-16FIXED: - added CALLBACK to can callback function prototypes
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Tue, 16 Feb 2010 08:36:56 +0100] rev 645
FIXED: - added CALLBACK to can callback function prototypes

2010-12-11FIXED: - added missing endif
Christian Taedcke <hacking@taedcke.com> [Sat, 11 Dec 2010 14:24:09 +0100] rev 644
FIXED: - added missing endif
* * *
FIXED: - moved #include <linux/delay.h> into the ifdef __KERNEL__ block

2010-02-19CHANGED: - async access queue has now blocking read
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 15:51:40 +0100] rev 643
CHANGED: - async access queue has now blocking read

2010-02-23ADDED: - pause() for win32
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Tue, 23 Feb 2010 08:12:19 +0100] rev 642
ADDED: - pause() for win32
* * *
CHANGED: - moved pause implementation to main.cpp
- default driver to ixxat, baudrate to 125K and slaveid to 0x40
* * *
FIXED: - append "K" to baudrate
- added TimerInit()

2010-02-23CHANGED: - moved wxwidget header
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Tue, 23 Feb 2010 08:09:57 +0100] rev 641
CHANGED: - moved wxwidget header
ADDED: - getopt include for win32
FIXED: - TimerInit must be done for win32, too
* * *
CHANGED: - getopt signature (temp change)
* * *
CHANGED: - moved getopt and windows include

2010-02-19ADDED: - LeaveMutex and EnterMutex to exported symbols
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 08:19:23 +0100] rev 640
ADDED: - LeaveMutex and EnterMutex to exported symbols

2010-02-19CHANGED: - if variable starts with a digit, add a "_" at the beginning
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 08:18:40 +0100] rev 639
CHANGED: - if variable starts with a digit, add a "_" at the beginning
* * *
FIXED: - if callback array name starts with a digit, prepend "_"

2010-09-10CHANGED: - option to integrate a can driver statically (hack)
Christian Taedcke [Fri, 10 Sep 2010 08:55:42 +0200] rev 638
CHANGED: - option to integrate a can driver statically (hack)
FIXED: - missing () in log message
* * *
CHANGED: - adapted UnLoadCanDriver() for the macro NOT_USE_DYNAMIC_LOADING

2010-09-09CHANGED: - enabled console debugging for Visual Studio 2003 and below (without __VA_ARGS__).
Christian Taedcke [Thu, 09 Sep 2010 15:50:02 +0200] rev 637
CHANGED: - enabled console debugging for Visual Studio 2003 and below (without __VA_ARGS__).

2010-09-09ADDED: - dynamic memory allocation for sdo transfer using malloc and free
Christian Taedcke [Thu, 09 Sep 2010 15:56:06 +0200] rev 636
ADDED: - dynamic memory allocation for sdo transfer using malloc and free
CHANGED: - enabled lss, enabled dynamic buffer allocation and set max sim sdo transfers to 32

2010-09-09ADDED: - new callback post_SlaveStateChange so that a master can monitor the state of its slave nodes using a heartbeat.
Christian Taedcke [Thu, 09 Sep 2010 15:38:20 +0200] rev 635
ADDED: - new callback post_SlaveStateChange so that a master can monitor the state of its slave nodes using a heartbeat.
* * *
CHANGED: - added missing export for _post_SlaveStateChange (for revision #679)

2010-11-27get always the latest version of VSCAN API
edouard [Sun, 28 Nov 2010 00:05:16 +0100] rev 634
get always the latest version of VSCAN API

2010-11-13Fix mingw32 cross build for can_peak_win32 and can_tcp_win32 server.
edouard [Sat, 13 Nov 2010 23:08:34 +0100] rev 633
Fix mingw32 cross build for can_peak_win32 and can_tcp_win32 server.

2010-11-13Fixed execution right on configure script
edouard [Sat, 13 Nov 2010 22:25:24 +0100] rev 632
Fixed execution right on configure script

2010-11-12Piotr Trojanek (ptroja) cleanup patche. Thanks.
edouard [Sat, 13 Nov 2010 00:03:24 +0100] rev 631
Piotr Trojanek (ptroja) cleanup patche. Thanks.

2010-11-12Moced CosateQ's doc at the right place, and fix PDO INHIBIT bit check error again.
edouard [Fri, 12 Nov 2010 22:49:26 +0100] rev 630
Moced CosateQ's doc at the right place, and fix PDO INHIBIT bit check error again.

2010-11-12CosateQ contribution.
edouard [Fri, 12 Nov 2010 22:24:06 +0100] rev 629
CosateQ contribution.

2010-11-12Added contributed 402 profile
edouard [Fri, 12 Nov 2010 22:02:32 +0100] rev 628
Added contributed 402 profile

2010-09-10Fixed SDO loop in some situations.
edouard [Fri, 10 Sep 2010 13:44:56 +0200] rev 627
Fixed SDO loop in some situations.

2010-09-10Wrong check on PDO inhibit bit fixed.
edouard [Fri, 10 Sep 2010 13:44:06 +0200] rev 626
Wrong check on PDO inhibit bit fixed.

2010-09-10Fix non freed windows handle. (thx to jaroslav.fojtik)
edouard [Fri, 10 Sep 2010 13:43:17 +0200] rev 625
Fix non freed windows handle. (thx to jaroslav.fojtik)

2010-06-16Update french translations
laurent [Wed, 16 Jun 2010 21:29:39 +0200] rev 624
Update french translations

2010-06-16Obsolete example fixed
laurent [Wed, 16 Jun 2010 21:29:02 +0200] rev 623
Obsolete example fixed

2010-06-16Bug in Subindex grid right click with i18n fixed
laurent [Wed, 16 Jun 2010 21:28:34 +0200] rev 622
Bug in Subindex grid right click with i18n fixed

2009-12-16fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com> [Wed, 16 Dec 2009 10:15:09 +0100] rev 621
fixed typo in makefile

2009-12-16fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com> [Wed, 16 Dec 2009 10:12:19 +0100] rev 620
fixed typo in makefile

2009-12-14Enhancements for 'None' target : produce pre-linked object, remove some windows CRLF problems, fixed pedantic compiler warnings
edouard [Mon, 14 Dec 2009 20:58:34 +0100] rev 619
Enhancements for 'None' target : produce pre-linked object, remove some windows CRLF problems, fixed pedantic compiler warnings

2009-12-09added 'none' taget for building standalone library
edouard [Wed, 09 Dec 2009 15:46:35 +0100] rev 618
added 'none' taget for building standalone library

2009-12-09Backed out changeset 3a6b413acad9
lolitech@ks351503.kimsufi.com [Wed, 09 Dec 2009 10:31:56 +0100] rev 617
Backed out changeset 3a6b413acad9

2009-11-29added files to ignor in hgignore
Edouard TISSERANT <edouard.tisserant@gmail.com> [Sun, 29 Nov 2009 18:51:03 +0100] rev 616
added files to ignor in hgignore

2009-11-02Wiped out references to Lolitech
edouard [Mon, 02 Nov 2009 17:41:24 +0100] rev 615
Wiped out references to Lolitech

2009-11-02Replace \"lolitech\" contact by \"edouard\" contact
greg [Mon, 02 Nov 2009 11:58:36 +0100] rev 614
Replace \"lolitech\" contact by \"edouard\" contact

2009-10-28changes merged
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Wed, 28 Oct 2009 13:49:00 +0100] rev 613
changes merged

2009-10-28Fix some bug in debian packages
greg [Wed, 28 Oct 2009 13:46:53 +0100] rev 612
Fix some bug in debian packages

2009-10-27Extended PDO API with SendOnePDOEvent
edouard [Tue, 27 Oct 2009 15:11:26 +0100] rev 611
Extended PDO API with SendOnePDOEvent

2009-10-27Merge with daa1e1c3fba43ee73a2e827961155b1372ca433e
edouard [Tue, 27 Oct 2009 14:35:57 +0100] rev 610
Merge with daa1e1c3fba43ee73a2e827961155b1372ca433e

2009-10-14Verify if nodeId is strictly lesser than subindex entries count at the beginning of send_consise_dcf_loop function
greg [Wed, 14 Oct 2009 16:37:37 +0200] rev 609
Verify if nodeId is strictly lesser than subindex entries count at the beginning of send_consise_dcf_loop function

2009-10-14Removing superfluous event.Skip()
laurent [Wed, 14 Oct 2009 10:13:00 +0200] rev 608
Removing superfluous event.Skip()

2009-10-12create specific timer thread for UCLIBC support (with CLOCK_PROCESS_CPUTIME_ID parameter)
greg [Mon, 12 Oct 2009 14:19:27 +0200] rev 607
create specific timer thread for UCLIBC support (with CLOCK_PROCESS_CPUTIME_ID parameter)

2009-10-08changes merged
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Thu, 08 Oct 2009 17:34:44 +0200] rev 606
changes merged

2009-10-08-add LeaveMutex to avoid canopenshell deadlock when call NodeInit
greg [Thu, 08 Oct 2009 17:21:15 +0200] rev 605
-add LeaveMutex to avoid canopenshell deadlock when call NodeInit
-Now call the first setalarm from StartTimerLoop instead of the Timerthreadloop (like linux)

2009-10-07Fixed casts subject to problems on some compilers.
edouard [Wed, 07 Oct 2009 11:40:49 +0200] rev 604
Fixed casts subject to problems on some compilers.

2009-10-07Fixed typo in can_socket.c
edouard [Wed, 07 Oct 2009 11:39:53 +0200] rev 603
Fixed typo in can_socket.c

2009-10-06Some more reasonable timeout while waiting timer thread end
edouard@expresso [Tue, 06 Oct 2009 17:22:11 +0200] rev 602
Some more reasonable timeout while waiting timer thread end

2009-10-06Fixed bug in the AVR-CAN driver: the CAN interrupt changes the
edouard [Tue, 06 Oct 2009 17:15:32 +0200] rev 601
Fixed bug in the AVR-CAN driver: the CAN interrupt changes the
selected message object, but does not revert it before exiting.

2009-09-25add timeout for waitreceivetaskend for the win32, fix GetLastError print
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Fri, 25 Sep 2009 14:12:39 +0200] rev 600
add timeout for waitreceivetaskend for the win32, fix GetLastError print

2009-10-05Added timeout for waiting timer thread end on windows.
edouard [Mon, 05 Oct 2009 14:31:55 +0200] rev 599
Added timeout for waiting timer thread end on windows.

2009-10-05removed ligcc.a dependency and fix problem with errno value
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Mon, 05 Oct 2009 11:35:40 +0200] rev 598
removed ligcc.a dependency and fix problem with errno value

2009-09-30Fixed wrong cast in sdo.c and wrong message length in nodeguarding
edouard [Wed, 30 Sep 2009 12:01:25 +0200] rev 597
Fixed wrong cast in sdo.c and wrong message length in nodeguarding

2009-09-24Fiwed use of socketopt accross RT and non-RT implementation of SocketCan
edouard [Thu, 24 Sep 2009 10:16:09 +0200] rev 596
Fiwed use of socketopt accross RT and non-RT implementation of SocketCan

2009-09-24Updated memento with new Francis' version
edouard [Thu, 24 Sep 2009 10:14:59 +0200] rev 595
Updated memento with new Francis' version

2009-09-24re-use macro for objaccess
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Thu, 24 Sep 2009 10:03:07 +0200] rev 594
re-use macro for objaccess

2009-09-24add some symbols from libgcc.a into libcanfestival_win32.a to maintain compatibility between mingw and msvc compilers
greg [Thu, 24 Sep 2009 09:29:07 +0200] rev 593
add some symbols from libgcc.a into libcanfestival_win32.a to maintain compatibility between mingw and msvc compilers

2009-09-16fix warnings with msvc compiler
greg [Wed, 16 Sep 2009 15:19:58 +0200] rev 592
fix warnings with msvc compiler

2009-09-16add extern C to maintain compatibility with C++
greg [Wed, 16 Sep 2009 15:19:14 +0200] rev 591
add extern C to maintain compatibility with C++
fix warnings with msvc compiler

2009-09-16update config.h for win32 (for user which not use configure script)
greg [Wed, 16 Sep 2009 15:18:23 +0200] rev 590
update config.h for win32 (for user which not use configure script)

2009-09-16Update CanFestival-3.def for visual studio users :
greg [Wed, 16 Sep 2009 15:18:00 +0200] rev 589
Update CanFestival-3.def for visual studio users :
- Add TimerInit and TimerCleanup functions
- Add emcy functions

2009-09-16Replace macro functions for setODentry and getODentry
greg [Wed, 16 Sep 2009 15:16:19 +0200] rev 588
Replace macro functions for setODentry and getODentry
(prevent compilation errors with visual studio c++ compiler)

2009-09-16fix warnings with msvc compiler
greg [Wed, 16 Sep 2009 15:15:28 +0200] rev 587
fix warnings with msvc compiler

2009-09-16update visual studio files
greg [Wed, 16 Sep 2009 15:13:51 +0200] rev 586
update visual studio files

2009-09-15Replacing wx.Choice controls by wx.ComboBox controls
laurent [Tue, 15 Sep 2009 10:58:38 +0200] rev 585
Replacing wx.Choice controls by wx.ComboBox controls

2009-09-15Bug with in access value translation and modification on subindex 0 of PDOmapping entries fixed
laurent [Tue, 15 Sep 2009 10:47:38 +0200] rev 584
Bug with in access value translation and modification on subindex 0 of PDOmapping entries fixed

2009-08-07Merged changes
'Laurent Bessard <laurent.bessard@lolitech.fr>' [Fri, 07 Aug 2009 15:59:35 +0200] rev 583
Merged changes

2009-07-27Adding support for displaying 'unknown' while datatype is not supported by CanFestival
laurent [Mon, 27 Jul 2009 16:35:12 +0200] rev 582
Adding support for displaying 'unknown' while datatype is not supported by CanFestival

2009-07-27Adding support for octet string
laurent [Mon, 27 Jul 2009 16:32:05 +0200] rev 581
Adding support for octet string

2009-07-27Adding support for internationalization
laurent [Mon, 27 Jul 2009 16:29:59 +0200] rev 580
Adding support for internationalization

2009-07-27Fixed : postrm bug when upgrade package
greg [Mon, 27 Jul 2009 09:25:14 +0200] rev 579
Fixed : postrm bug when upgrade package
Fixed : generated list of present driver library on the system for beremiz

2009-07-27add install/uninstall rules in Makefile.in
greg [Mon, 27 Jul 2009 09:18:04 +0200] rev 578
add install/uninstall rules in Makefile.in

2009-07-20add extern \"C\" to keep compatibilty with C++
greg [Mon, 20 Jul 2009 16:11:20 +0200] rev 577
add extern \"C\" to keep compatibilty with C++

2009-07-20fix error in timer.c
greg [Mon, 20 Jul 2009 10:57:11 +0200] rev 576
fix error in timer.c

2009-07-20fix warning when compile
greg [Mon, 20 Jul 2009 10:56:08 +0200] rev 575
fix warning when compile

2009-07-20Add print_getenv function wich print extra init params
greg [Mon, 20 Jul 2009 10:55:11 +0200] rev 574
Add print_getenv function wich print extra init params

2009-07-17rewrite comments
greg [Fri, 17 Jul 2009 20:34:13 +0200] rev 573
rewrite comments

2009-07-17remove sync period from OD
greg [Fri, 17 Jul 2009 20:32:48 +0200] rev 572
remove sync period from OD

2009-07-17fix method to exit properly the Timer Loop
greg [Fri, 17 Jul 2009 20:30:38 +0200] rev 571
fix method to exit properly the Timer Loop
fix time unit

2009-07-17fix method to exit properly CanReceiveLoop
greg [Fri, 17 Jul 2009 20:26:22 +0200] rev 570
fix method to exit properly CanReceiveLoop

2009-07-17fix message dialog when objdictedit can't find the pdf reader
greg [Fri, 17 Jul 2009 13:47:39 +0200] rev 569
fix message dialog when objdictedit can't find the pdf reader

2009-07-17fix some minor bugs
greg [Fri, 17 Jul 2009 11:56:24 +0200] rev 568
fix some minor bugs

2009-07-17update manual
greg [Fri, 17 Jul 2009 11:51:22 +0200] rev 567
update manual

2009-07-17fixed : unlock and terminate CanReceive loop thread when canclose is called.
greg [Fri, 17 Jul 2009 11:48:41 +0200] rev 566
fixed : unlock and terminate CanReceive loop thread when canclose is called.

2009-07-16fixed bug in timerscfg.h for win32
greg [Thu, 16 Jul 2009 13:51:49 +0200] rev 565
fixed bug in timerscfg.h for win32

2009-07-16Add new function defines to compile peak driver on win32
greg [Thu, 16 Jul 2009 12:03:37 +0200] rev 564
Add new function defines to compile peak driver on win32

2009-07-16update canReceive_driver to match with Peak new read function (event)
greg [Thu, 16 Jul 2009 11:53:07 +0200] rev 563
update canReceive_driver to match with Peak new read function (event)

2009-07-16updated manual_en.pdf with CANOpenShell example
greg [Thu, 16 Jul 2009 10:44:32 +0200] rev 562
updated manual_en.pdf with CANOpenShell example

2009-07-16Add doxygen comments in headers file
greg [Thu, 16 Jul 2009 10:06:57 +0200] rev 561
Add doxygen comments in headers file
modify Doxyfile

2009-07-15Add new example CANOpenShell in manual
greg [Wed, 15 Jul 2009 17:19:09 +0200] rev 560
Add new example CANOpenShell in manual

2009-07-15Remove old entries in visual studio files
greg [Wed, 15 Jul 2009 17:17:47 +0200] rev 559
Remove old entries in visual studio files
Fix some bugs in CANOpenShell

2009-07-15Add build command for master OD and slave OD
greg [Wed, 15 Jul 2009 17:14:44 +0200] rev 558
Add build command for master OD and slave OD

2009-07-15remove automatic loading of manual with xpdf
greg [Wed, 15 Jul 2009 15:32:22 +0200] rev 557
remove automatic loading of manual with xpdf

2009-07-15Rewrite win32 code (C only)
greg [Wed, 15 Jul 2009 09:36:36 +0200] rev 556
Rewrite win32 code (C only)

2009-07-15Add new example : CANOpen shell
greg [Wed, 15 Jul 2009 09:32:35 +0200] rev 555
Add new example : CANOpen shell

2009-07-10prevent eclipse to push .project with .hgignore
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Fri, 10 Jul 2009 11:41:00 +0200] rev 554
prevent eclipse to push .project with .hgignore

2009-07-10removed dead hidden files
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Fri, 10 Jul 2009 11:06:39 +0200] rev 553
removed dead hidden files

2009-06-18remove autotools-dev dependency
Gr?gory Tr?lat [Thu, 18 Jun 2009 10:49:59 +0200] rev 552
remove autotools-dev dependency

2009-06-11update tags
convert-repo [Thu, 11 Jun 2009 08:31:33 +0000] rev 551
update tags

2009-06-11fixed : deprecation warning with the module "sets" when using python 2.6
greg [Thu, 11 Jun 2009 09:27:27 +0200] rev 550
fixed : deprecation warning with the module "sets" when using python 2.6

2009-05-04Adding support for loading any eds file (subindex 0 not corresponding to subindex number)
greg [Mon, 04 May 2009 09:26:32 +0200] rev 549
Adding support for loading any eds file (subindex 0 not corresponding to subindex number)

2009-04-29change LoliTech phone number for bug report
greg [Wed, 29 Apr 2009 12:26:53 +0200] rev 548
change LoliTech phone number for bug report

2009-04-28Added size information in generated object dictionnary header files (Objdictgen/gen_cfile.py)
etisserant [Tue, 28 Apr 2009 20:23:30 +0200] rev 547
Added size information in generated object dictionnary header files (Objdictgen/gen_cfile.py)

2009-04-20Bug avoided reset PDO mapping fixed
lbessard [Mon, 20 Apr 2009 17:42:36 +0200] rev 546
Bug avoided reset PDO mapping fixed

2009-04-20Remove deletion PDO when mapping undefined in export to EDS
lbessard [Mon, 20 Apr 2009 17:42:14 +0200] rev 545
Remove deletion PDO when mapping undefined in export to EDS

2009-03-26Fixed bugs in SDO caused by UNS8->UNS32 size patch.
etisserant [Thu, 26 Mar 2009 22:11:41 +0100] rev 544
Fixed bugs in SDO caused by UNS8->UNS32 size patch.

2009-03-24Bug with wxRadioButton on Windows fixed
lbessard [Tue, 24 Mar 2009 10:50:28 +0100] rev 543
Bug with wxRadioButton on Windows fixed

2009-03-18fixed bug in eds_utils.py (forget to convert to upper case)
greg [Wed, 18 Mar 2009 09:54:04 +0100] rev 542
fixed bug in eds_utils.py (forget to convert to upper case)

2009-03-18fixed bug (forget to convert value in upper case)
greg [Wed, 18 Mar 2009 09:10:54 +0100] rev 541
fixed bug (forget to convert value in upper case)

2009-03-16Removed some warnings.
etisserant [Tue, 17 Mar 2009 00:04:24 +0100] rev 540
Removed some warnings.

2009-03-16Changed OD size from UNS8 to UNS32, and repercuted change to PDO and SDO. Thanks to Jari Kuusisto for patch.
etisserant [Tue, 17 Mar 2009 00:03:18 +0100] rev 539
Changed OD size from UNS8 to UNS32, and repercuted change to PDO and SDO. Thanks to Jari Kuusisto for patch.

2009-03-16Fixed size checking in getReadResultNetworkDict. Thanks Jari Kuusisto.
etisserant [Mon, 16 Mar 2009 23:04:39 +0100] rev 538
Fixed size checking in getReadResultNetworkDict. Thanks Jari Kuusisto.

2009-03-16Bug in file fixed
lbessard [Mon, 16 Mar 2009 08:30:07 +0100] rev 537
Bug in file fixed

2009-03-12Adding index in PDO mapping names for differenciate mapped variables when they have the same name
lbessard [Thu, 12 Mar 2009 16:01:47 +0100] rev 536
Adding index in PDO mapping names for differenciate mapped variables when they have the same name

2009-03-12Adding entries for Program Control in DS302 profile
lbessard [Thu, 12 Mar 2009 15:58:46 +0100] rev 535
Adding entries for Program Control in DS302 profile

2009-03-12Bug on DS302 Profile Dialog fixed
lbessard [Thu, 12 Mar 2009 15:57:44 +0100] rev 534
Bug on DS302 Profile Dialog fixed

2009-03-02updated : debian package scripts
greg [Mon, 02 Mar 2009 16:15:43 +0100] rev 533
updated : debian package scripts

2009-03-02remove debian patches
greg [Mon, 02 Mar 2009 09:30:33 +0100] rev 532
remove debian patches

2009-03-02updated : debian package scripts
greg [Mon, 02 Mar 2009 09:30:08 +0100] rev 531
updated : debian package scripts

2009-01-19Third time, Re-write doxygen tags in headers files to generate User API documentation
greg [Mon, 19 Jan 2009 13:19:29 +0100] rev 530
Third time, Re-write doxygen tags in headers files to generate User API documentation

2009-01-19Second time, Re-write doxygen tags in headers files to generate User API documentation
greg [Mon, 19 Jan 2009 10:27:58 +0100] rev 529
Second time, Re-write doxygen tags in headers files to generate User API documentation

2009-01-17Re-write doxygen tags in headers files to generate User API documentation
greg [Sat, 17 Jan 2009 17:25:58 +0100] rev 528
Re-write doxygen tags in headers files to generate User API documentation

2008-11-20- Fix bug with relative path when node opened from command line
greg [Thu, 20 Nov 2008 07:51:14 +0100] rev 527
- Fix bug with relative path when node opened from command line
- Warning dialog when domain mapped variables not initialized

2008-11-19Fix bug when generate od cfile with a table of visible_string
greg [Wed, 19 Nov 2008 12:32:06 +0100] rev 526
Fix bug when generate od cfile with a table of visible_string

2008-11-171.2
peter [Mon, 17 Nov 2008 21:14:43 +0100] rev 525
1.2

2008-11-171.29 Datatypes for timers
peter [Mon, 17 Nov 2008 21:11:59 +0100] rev 524
1.29 Datatypes for timers

2008-11-14Fixed bug in Node.py function IsStringType : add domain type
greg [Fri, 14 Nov 2008 15:50:08 +0100] rev 523
Fixed bug in Node.py function IsStringType : add domain type

2008-11-14Fixed serious bug in setAlarm, causing wrong timer duration when setAlarm not called long after timeDispatch.
greg [Fri, 14 Nov 2008 15:36:31 +0100] rev 522
Fixed serious bug in setAlarm, causing wrong timer duration when setAlarm not called long after timeDispatch.

2008-10-22V0.8
peter [Wed, 22 Oct 2008 21:17:38 +0200] rev 521
V0.8

2008-10-22V0.8
peter [Wed, 22 Oct 2008 21:05:33 +0200] rev 520
V0.8

2008-09-18Fixed typo in getReadResultNetworkDict
etisserant [Thu, 18 Sep 2008 23:47:53 +0200] rev 519
Fixed typo in getReadResultNetworkDict

2008-09-18Remover SillySlave from LSS build
etisserant [Thu, 18 Sep 2008 23:46:35 +0200] rev 518
Remover SillySlave from LSS build

2008-09-12FastScan review
groke6 [Fri, 12 Sep 2008 10:54:54 +0200] rev 517
FastScan review

2008-09-07*** empty log message ***
etisserant [Sun, 07 Sep 2008 17:58:37 +0200] rev 516
*** empty log message ***

2008-08-28Some instance type test improved
lbessard [Thu, 28 Aug 2008 15:08:19 +0200] rev 515
Some instance type test improved

2008-08-28fix bug in canclose for win32
greg [Thu, 28 Aug 2008 14:55:32 +0200] rev 514
fix bug in canclose for win32

2008-08-28Some instance type test improved
lbessard [Thu, 28 Aug 2008 14:28:41 +0200] rev 513
Some instance type test improved
Bug with $NODEID not in uppercase fixed

2008-08-28Some instance type test improved
lbessard [Thu, 28 Aug 2008 14:24:22 +0200] rev 512
Some instance type test improved

2008-08-22Bug with x86_64 and gcc without -fPIC cflags fixed
lbessard [Fri, 22 Aug 2008 14:17:31 +0200] rev 511
Bug with x86_64 and gcc without -fPIC cflags fixed

2008-08-20Adding support for multiple element in 1010 and 1011
lbessard [Wed, 20 Aug 2008 13:28:28 +0200] rev 510
Adding support for multiple element in 1010 and 1011

2008-08-20Adding support for DOMAIN object type in EDS parsing
lbessard [Wed, 20 Aug 2008 13:26:02 +0200] rev 509
Adding support for DOMAIN object type in EDS parsing
Other bugs fixed

2008-08-19Added more correct signal handling to unix timers.
etisserant [Tue, 19 Aug 2008 18:02:02 +0200] rev 508
Added more correct signal handling to unix timers.

2008-08-19Added more correct signal handling to unix timers.
etisserant [Tue, 19 Aug 2008 17:30:13 +0200] rev 507
Added more correct signal handling to unix timers.

2008-07-29Patch from Jari K. implementing automatic SDO clien allocation, and add a new interface for (read/write)networkdict.
etisserant [Tue, 29 Jul 2008 17:20:45 +0200] rev 506
Patch from Jari K. implementing automatic SDO clien allocation, and add a new interface for (read/write)networkdict.

2008-07-25Adding support for replace imported EDS in nodelist
lbessard [Fri, 25 Jul 2008 16:36:23 +0200] rev 505
Adding support for replace imported EDS in nodelist

2008-07-25Added removal of dynamically loaded CAN driver interface library in clean make target
etisserant [Fri, 25 Jul 2008 10:57:20 +0200] rev 504
Added removal of dynamically loaded CAN driver interface library in clean make target

2008-07-25Fixed (again) return of abortcode value in SDO's getReadResultNetworkDict
etisserant [Fri, 25 Jul 2008 09:34:08 +0200] rev 503
Fixed (again) return of abortcode value in SDO's getReadResultNetworkDict

2008-07-25Added removal of dynamically loaded CAN driver interface library in clean make target
etisserant [Fri, 25 Jul 2008 09:32:50 +0200] rev 502
Added removal of dynamically loaded CAN driver interface library in clean make target

2008-07-24Fixed incomplete resetSDOline
etisserant [Thu, 24 Jul 2008 14:22:59 +0200] rev 501
Fixed incomplete resetSDOline

2008-07-23Bug on Concise DCF edit dialog value generating fixed
lbessard [Wed, 23 Jul 2008 18:02:27 +0200] rev 500
Bug on Concise DCF edit dialog value generating fixed

2008-07-22getReadResultNetworkDict now returns abortcode. Now, abort message should be sent correctly from client.
etisserant [Tue, 22 Jul 2008 23:48:48 +0200] rev 499
getReadResultNetworkDict now returns abortcode. Now, abort message should be sent correctly from client.

2008-07-22Edward's patch fixing nmtSlave compilation with LSS enabled.
etisserant [Tue, 22 Jul 2008 23:47:05 +0200] rev 498
Edward's patch fixing nmtSlave compilation with LSS enabled.

2008-07-22cosmetic changes to pdo.c
etisserant [Tue, 22 Jul 2008 23:44:07 +0200] rev 497
cosmetic changes to pdo.c

2008-07-16*** empty log message ***
etisserant [Wed, 16 Jul 2008 15:30:28 +0200] rev 496
*** empty log message ***

2008-07-16Changed getReadResultNetworkDict behaviour about size. Do not copy more data than pointet by Size arg.
etisserant [Wed, 16 Jul 2008 15:21:04 +0200] rev 495
Changed getReadResultNetworkDict behaviour about size. Do not copy more data than pointet by Size arg.

2008-07-08add anagate device support in CanFestival
greg [Tue, 08 Jul 2008 15:14:48 +0200] rev 494
add anagate device support in CanFestival

2008-07-01Modified initial value of 1014h to 0x80 + nodeid when 1014 is not included explicitly in the OD.
luis [Tue, 01 Jul 2008 15:21:03 +0200] rev 493
Modified initial value of 1014h to 0x80 + nodeid when 1014 is not included explicitly in the OD.

2008-06-28Fixed automatic SDO server creation for slave
etisserant [Sat, 28 Jun 2008 18:43:15 +0200] rev 492
Fixed automatic SDO server creation for slave
Automatic PDO creation for slave
Remove PDO from EDS when mapping not defined

2008-06-26Segmentation Fault on closing fixed
lbessard [Thu, 26 Jun 2008 11:38:59 +0200] rev 491
Segmentation Fault on closing fixed

2008-06-26Adding support for modification in CanFestival eds_utils
lbessard [Thu, 26 Jun 2008 09:24:24 +0200] rev 490
Adding support for modification in CanFestival eds_utils

2008-06-25Modification for generating eds file from a node instead of a manager
lbessard [Wed, 25 Jun 2008 17:31:41 +0200] rev 489
Modification for generating eds file from a node instead of a manager

2008-06-25Fixed missing refresh of title bar on Save.
etisserant [Wed, 25 Jun 2008 17:04:56 +0200] rev 488
Fixed missing refresh of title bar on Save.

2008-06-25Automatic SDO server added when creating new slave node.
etisserant [Wed, 25 Jun 2008 17:04:21 +0200] rev 487
Automatic SDO server added when creating new slave node.

2008-06-25added optional cancel button in node creation dialog (Beremiz)
etisserant [Wed, 25 Jun 2008 17:02:17 +0200] rev 486
added optional cancel button in node creation dialog (Beremiz)

2008-06-24Added embedded mode in objdictedit, for integration in Beremiz.
etisserant [Tue, 24 Jun 2008 19:05:41 +0200] rev 485
Added embedded mode in objdictedit, for integration in Beremiz.

2008-06-23Added pointer variable list in GenCfile.py, for use with Beremiz's generated code.
etisserant [Mon, 23 Jun 2008 17:55:11 +0200] rev 484
Added pointer variable list in GenCfile.py, for use with Beremiz's generated code.

2008-06-23LSS patch from Edward. Now, SetNodeId is not called from nmtslave anymore in case of LSS.
etisserant [Mon, 23 Jun 2008 17:54:18 +0200] rev 483
LSS patch from Edward. Now, SetNodeId is not called from nmtslave anymore in case of LSS.

2008-06-18LSS patch from Edward. Now, SetNodeId is not called from nmtslave anymore in case of LSS.
etisserant [Wed, 18 Jun 2008 11:15:17 +0200] rev 482
LSS patch from Edward. Now, SetNodeId is not called from nmtslave anymore in case of LSS.

2008-06-18Fixed some comments in sdo.c
etisserant [Wed, 18 Jun 2008 10:57:47 +0200] rev 481
Fixed some comments in sdo.c

2008-06-18Added missing const for dll names strings
etisserant [Wed, 18 Jun 2008 10:57:30 +0200] rev 480
Added missing const for dll names strings

2008-06-09Defining quick_index structures and ObjdictSize as constants
lbessard [Mon, 09 Jun 2008 11:13:45 +0200] rev 479
Defining quick_index structures and ObjdictSize as constants

2008-06-06Implemented retry on SDO timeout in dcf.c.
etisserant [Fri, 06 Jun 2008 22:18:13 +0200] rev 478
Implemented retry on SDO timeout in dcf.c.

2008-06-05"change baudrate" implemented for lincan interface
greg [Thu, 05 Jun 2008 09:09:56 +0200] rev 477
"change baudrate" implemented for lincan interface

2008-06-05serious typo in dcf.c
etisserant [Thu, 05 Jun 2008 08:04:30 +0200] rev 476
serious typo in dcf.c

2008-06-04Added NMT reset callbacks, patch from Edward
etisserant [Wed, 04 Jun 2008 11:23:49 +0200] rev 475
Added NMT reset callbacks, patch from Edward

2008-06-04Fixed alignments problems on some 32bit target such as ARM or Xscale.
etisserant [Wed, 04 Jun 2008 11:04:24 +0200] rev 474
Fixed alignments problems on some 32bit target such as ARM or Xscale.

2008-06-04Added --binutils configure parameter : "--binutils=path Override binutils path detection (as regards $CC content) "
etisserant [Wed, 04 Jun 2008 11:03:11 +0200] rev 473
Added --binutils configure parameter : "--binutils=path Override binutils path detection (as regards $CC content) "

2008-06-04Updated SVG drawing to reflect recent changes in API.
etisserant [Wed, 04 Jun 2008 10:59:55 +0200] rev 472
Updated SVG drawing to reflect recent changes in API.

2008-06-04Applied James patch that fixes can_cn4linux.c file descriptor handling and make it compatible with can_serial_hub.
etisserant [Wed, 04 Jun 2008 10:59:09 +0200] rev 471
Applied James patch that fixes can_cn4linux.c file descriptor handling and make it compatible with can_serial_hub.

2008-06-04Applied Edwards timer.c optimization patch.
etisserant [Wed, 04 Jun 2008 10:57:56 +0200] rev 470
Applied Edwards timer.c optimization patch.

2008-06-04Applied edward's patch for OD acces macros (optimization) and boudaries check (safety).
etisserant [Wed, 04 Jun 2008 10:57:06 +0200] rev 469
Applied edward's patch for OD acces macros (optimization) and boudaries check (safety).

2008-06-04Fixed minor typos in timers_rtai.c and timers_xeno.c
etisserant [Wed, 04 Jun 2008 10:53:41 +0200] rev 468
Fixed minor typos in timers_rtai.c and timers_xeno.c

2008-06-02kerneltest updated for the new api
greg [Mon, 02 Jun 2008 08:52:06 +0200] rev 467
kerneltest updated for the new api

2008-05-27fix bug MasterMap1 callback
greg [Tue, 27 May 2008 17:43:33 +0200] rev 466
fix bug MasterMap1 callback

2008-05-27fix bug in exit function
greg [Tue, 27 May 2008 15:51:51 +0200] rev 465
fix bug in exit function
(add test to check if it is a master)

2008-05-09update Doxyfile , manual.tex
greg [Fri, 09 May 2008 10:25:45 +0200] rev 464
update Doxyfile , manual.tex
add Msys/mingw target in vscom interface

2008-05-09add rt_task_join for receive task and timerloop task
greg [Fri, 09 May 2008 09:47:56 +0200] rev 463
add rt_task_join for receive task and timerloop task

2008-05-07add TimerInit, TimerCleanup and Exit functions
greg [Wed, 07 May 2008 17:06:20 +0200] rev 462
add TimerInit, TimerCleanup and Exit functions

2008-05-07add -mno-cygwin when linking with the vscom api dll
greg [Wed, 07 May 2008 16:59:50 +0200] rev 461
add -mno-cygwin when linking with the vscom api dll

2008-05-07clean Makefile.in
greg [Wed, 07 May 2008 15:35:48 +0200] rev 460
clean Makefile.in

2008-05-07- remove mlockall in timerloop
greg [Wed, 07 May 2008 14:46:06 +0200] rev 459
- remove mlockall in timerloop
- move rt_task_delete from timerloop to TimerCleanup

2008-05-06add Exit function to DS401SlaveGui, change StopTimerLoop's arg and add TimerCleanup function in timers_win32
greg [Tue, 06 May 2008 15:31:33 +0200] rev 458
add Exit function to DS401SlaveGui, change StopTimerLoop's arg and add TimerCleanup function in timers_win32

2008-05-06fix typo line 135
greg [Tue, 06 May 2008 09:11:41 +0200] rev 457
fix typo line 135

2008-05-05change to ASCII
greg [Mon, 05 May 2008 11:27:09 +0200] rev 456
change to ASCII

2008-05-05Add support for USB-CAN devices from VScom
greg [Mon, 05 May 2008 11:25:14 +0200] rev 455
Add support for USB-CAN devices from VScom

2008-05-02- add RTAI support
greg [Fri, 02 May 2008 17:30:37 +0200] rev 454
- add RTAI support
- improve XENOMAI support

2008-04-29Problem with Real types unsupported fixed
lbessard [Tue, 29 Apr 2008 13:54:23 +0200] rev 453
Problem with Real types unsupported fixed

2008-04-29Inversion between Array and Record fixed
lbessard [Tue, 29 Apr 2008 13:50:56 +0200] rev 452
Inversion between Array and Record fixed

2008-04-28Serial Hub fixes... Thanks James.
etisserant [Mon, 28 Apr 2008 11:21:33 +0200] rev 451
Serial Hub fixes... Thanks James.

2008-04-28Fixed typo in objaccess.c. Thanks to James
etisserant [Mon, 28 Apr 2008 11:20:19 +0200] rev 450
Fixed typo in objaccess.c. Thanks to James

2008-04-25Some more Endianess fixes.
etisserant [Fri, 25 Apr 2008 16:48:34 +0200] rev 449
Some more Endianess fixes.

2008-04-25CAN over Serial link (TTY) interface, with serial hub software. Thanks to James Steward.
etisserant [Fri, 25 Apr 2008 12:18:23 +0200] rev 448
CAN over Serial link (TTY) interface, with serial hub software. Thanks to James Steward.

2008-04-24Endianess patch from Edward Karpicz, Lithuania :-)
etisserant [Thu, 24 Apr 2008 14:08:34 +0200] rev 447
Endianess patch from Edward Karpicz, Lithuania :-)

2008-04-23Fixed some endianess problems in states.c and sync.c
etisserant [Wed, 23 Apr 2008 14:12:08 +0200] rev 446
Fixed some endianess problems in states.c and sync.c

2008-04-21Bug on Boolean values parsing while importing EDS fixed
lbessard [Mon, 21 Apr 2008 16:54:01 +0200] rev 445
Bug on Boolean values parsing while importing EDS fixed

2008-04-21Reverted back states.c to 1.29.
etisserant [Mon, 21 Apr 2008 16:39:03 +0200] rev 444
Reverted back states.c to 1.29.

2008-04-21sync.c : fixed some endianize problem, and calback de-registering when re-starting service.
etisserant [Mon, 21 Apr 2008 16:37:27 +0200] rev 443
sync.c : fixed some endianize problem, and calback de-registering when re-starting service.

2008-04-21Doxy-style comments and various cleanup in unix.c
etisserant [Mon, 21 Apr 2008 16:34:51 +0200] rev 442
Doxy-style comments and various cleanup in unix.c

2008-04-21Added debug messages in can_peak_linux driver iface
etisserant [Mon, 21 Apr 2008 16:34:12 +0200] rev 441
Added debug messages in can_peak_linux driver iface

2008-04-01Fixes in manual ( removed Node ID setting in objdiectedit screenshots)
etisserant [Tue, 01 Apr 2008 10:17:11 +0200] rev 440
Fixes in manual ( removed Node ID setting in objdiectedit screenshots)

2008-04-01typo in states.c
etisserant [Tue, 01 Apr 2008 09:37:34 +0200] rev 439
typo in states.c

2008-03-31Fixed endianizarion problems
etisserant [Mon, 31 Mar 2008 16:18:28 +0200] rev 438
Fixed endianizarion problems

2008-03-31Now OD callback return val ahev influance on SDO transmission (if callback fall, SDO abord may be signaled)
etisserant [Mon, 31 Mar 2008 16:17:44 +0200] rev 437
Now OD callback return val ahev influance on SDO transmission (if callback fall, SDO abord may be signaled)

2008-03-31Fixed suspicious code in lss.c
etisserant [Mon, 31 Mar 2008 15:39:44 +0200] rev 436
Fixed suspicious code in lss.c

2008-03-31Fixed suspicious code in sdo.c
etisserant [Mon, 31 Mar 2008 15:25:43 +0200] rev 435
Fixed suspicious code in sdo.c

2008-03-26fixed Makefile.in in objdictgen for gnosis
greg [Wed, 26 Mar 2008 11:38:27 +0100] rev 434
fixed Makefile.in in objdictgen for gnosis

2008-03-26added Gnosis_Utils tar.gz file
greg [Wed, 26 Mar 2008 11:14:09 +0100] rev 433
added Gnosis_Utils tar.gz file

2008-03-21Removed some dead generated C code in gen_cfile.py, about callbacks.
etisserant [Fri, 21 Mar 2008 14:02:18 +0100] rev 432
Removed some dead generated C code in gen_cfile.py, about callbacks.

2008-03-21Fixed typo in objacces.c bigendian side.
etisserant [Fri, 21 Mar 2008 10:27:42 +0100] rev 431
Fixed typo in objacces.c bigendian side.

2008-03-21Fixed typo in objacces.c bigendian side.
etisserant [Fri, 21 Mar 2008 09:51:21 +0100] rev 430
Fixed typo in objacces.c bigendian side.

2008-03-20Fixed not so ANSI code in objaccess.c
etisserant [Thu, 20 Mar 2008 15:44:35 +0100] rev 429
Fixed not so ANSI code in objaccess.c

2008-03-20Endianization fix in pdo.c
etisserant [Thu, 20 Mar 2008 15:28:11 +0100] rev 428
Endianization fix in pdo.c

2008-03-20Endianization fix in emcy.c
etisserant [Thu, 20 Mar 2008 15:27:58 +0100] rev 427
Endianization fix in emcy.c

2008-03-20Preliminary support for TRANS_SYNC_ACYCLIC (0) transmit type.
etisserant [Thu, 20 Mar 2008 15:14:07 +0100] rev 426
Preliminary support for TRANS_SYNC_ACYCLIC (0) transmit type.

2008-03-20re-indented pdo.c
etisserant [Thu, 20 Mar 2008 15:03:25 +0100] rev 425
re-indented pdo.c

2008-03-20Removed DS401_Slave in AVR port.
etisserant [Thu, 20 Mar 2008 14:22:11 +0100] rev 424
Removed DS401_Slave in AVR port.

2008-03-20Probable bug fix in HeartBeatStop
etisserant [Thu, 20 Mar 2008 13:46:06 +0100] rev 423
Probable bug fix in HeartBeatStop

2008-03-20Fixed herbeat timer array partial initialization in generated OD code.
etisserant [Thu, 20 Mar 2008 13:40:32 +0100] rev 422
Fixed herbeat timer array partial initialization in generated OD code.

2008-03-20Added support for null terminated strings as VISIBLE_STRING.
etisserant [Thu, 20 Mar 2008 11:41:06 +0100] rev 421
Added support for null terminated strings as VISIBLE_STRING.
Also fixed size declaration problem with visible_strings.

2008-03-20Bug on domain size calculation fixed
lbessard [Thu, 20 Mar 2008 10:45:17 +0100] rev 420
Bug on domain size calculation fixed

2008-03-20Added support for null terminated strings as VISIBLE_STRING.
etisserant [Thu, 20 Mar 2008 09:47:19 +0100] rev 419
Added support for null terminated strings as VISIBLE_STRING.

2008-03-19Problem with String size in C file generated fixed
lbessard [Wed, 19 Mar 2008 16:08:12 +0100] rev 418
Problem with String size in C file generated fixed
Adding a DefaultStringSize parameter that can be changed by users into NodeInfosDialog
Adding icons into objdictedit and networkedit menus

2008-03-14Forces an emission of PDO by resetting the COB of the last message
peter [Fri, 14 Mar 2008 10:55:34 +0100] rev 417
Forces an emission of PDO by resetting the COB of the last message

2008-03-12fixed missing uninstall target in examples makefile
greg [Wed, 12 Mar 2008 10:08:43 +0100] rev 416
fixed missing uninstall target in examples makefile

2008-03-07Old folder removed
peter [Fri, 07 Mar 2008 16:07:09 +0100] rev 415
Old folder removed

2008-03-07included data.h
peter [Fri, 07 Mar 2008 16:02:59 +0100] rev 414
included data.h

2008-03-07New named folder, first DS401 profile module, Makefile
peter [Fri, 07 Mar 2008 15:47:28 +0100] rev 413
New named folder, first DS401 profile module, Makefile

2008-03-07fixed flags for xeno build
etisserant [Fri, 07 Mar 2008 09:26:19 +0100] rev 412
fixed flags for xeno build

2008-03-07added networkedit icon
etisserant [Fri, 07 Mar 2008 09:25:57 +0100] rev 411
added networkedit icon

2008-02-29.ico icons work with either windows or linux
etisserant [Fri, 29 Feb 2008 11:01:41 +0100] rev 410
.ico icons work with either windows or linux

2008-02-27add icon support in init
greg [Wed, 27 Feb 2008 11:15:43 +0100] rev 409
add icon support in init

2008-02-26fixed bug to open pdf with acrobat reader on Win32 in objdictedit and networkedit
greg [Tue, 26 Feb 2008 10:26:00 +0100] rev 408
fixed bug to open pdf with acrobat reader on Win32 in objdictedit and networkedit

2008-02-24Fixed some win32 stdout related problems. May not worl wit visualstudio debug log anymore.
etisserant [Sun, 24 Feb 2008 02:03:19 +0100] rev 407
Fixed some win32 stdout related problems. May not worl wit visualstudio debug log anymore.

2008-02-19Repercutions of parameter type change in waitReceiveTaskEnd in win32
etisserant [Tue, 19 Feb 2008 15:21:42 +0100] rev 406
Repercutions of parameter type change in waitReceiveTaskEnd in win32

2008-02-19Changed CAN_HANDLE into CAN_PORT in data.h and lss.h. More semanticaly correct.
etisserant [Tue, 19 Feb 2008 14:59:19 +0100] rev 405
Changed CAN_HANDLE into CAN_PORT in data.h and lss.h. More semanticaly correct.

2008-02-19Removed old commented code.
etisserant [Tue, 19 Feb 2008 14:54:06 +0100] rev 404
Removed old commented code.

2008-02-19add changes in configure to force xeno --library-dir
greg [Tue, 19 Feb 2008 14:53:59 +0100] rev 403
add changes in configure to force xeno --library-dir

2008-02-19Fixed faulty read access checking on OD access. Added read acces s checking in SDO (was disabled)
etisserant [Tue, 19 Feb 2008 14:53:39 +0100] rev 402
Fixed faulty read access checking on OD access. Added read acces s checking in SDO (was disabled)

2008-02-19Fixed segfault on quit with Xenomai, due to bat parameter type in waitReceiveTaskEnd.
etisserant [Tue, 19 Feb 2008 14:52:40 +0100] rev 401
Fixed segfault on quit with Xenomai, due to bat parameter type in waitReceiveTaskEnd.

2008-02-18Added Kvaser hardware support, thanks to Giuseppe Massimo Bertani .
etisserant [Mon, 18 Feb 2008 17:14:22 +0100] rev 400
Added Kvaser hardware support, thanks to Giuseppe Massimo Bertani .

2008-02-18some warning errors fixed
groke6 [Mon, 18 Feb 2008 14:12:19 +0100] rev 399
some warning errors fixed

2008-02-18added configure option to force Wx detection.
etisserant [Mon, 18 Feb 2008 10:36:01 +0100] rev 398
added configure option to force Wx detection.

2008-02-18Fixed problem with spaces in paths in generated canfetival_config.py
etisserant [Mon, 18 Feb 2008 10:35:14 +0100] rev 397
Fixed problem with spaces in paths in generated canfetival_config.py

2008-02-18Fixed debug build on mingw32, was broken due to recent changes in debug macros in print_message
etisserant [Mon, 18 Feb 2008 10:34:10 +0100] rev 396
Fixed debug build on mingw32, was broken due to recent changes in debug macros in print_message

2008-02-13removed old jaxe files
etisserant [Wed, 13 Feb 2008 16:51:10 +0100] rev 395
removed old jaxe files

2008-02-13Many changes in manual.tex. Now nearly human readable.
etisserant [Wed, 13 Feb 2008 15:58:51 +0100] rev 394
Many changes in manual.tex. Now nearly human readable.

2008-02-12Big cleanup in manual. Used Lyx for that.
etisserant [Tue, 12 Feb 2008 15:38:54 +0100] rev 393
Big cleanup in manual. Used Lyx for that.

2008-02-12Some typo fixes in the manual, thanks to Yegor Yefremov (VisionSystems)
etisserant [Tue, 12 Feb 2008 11:52:45 +0100] rev 392
Some typo fixes in the manual, thanks to Yegor Yefremov (VisionSystems)

2008-02-12Accepted Vladimir Chren linux kernelspace port patch.
etisserant [Tue, 12 Feb 2008 09:44:55 +0100] rev 391
Accepted Vladimir Chren linux kernelspace port patch.

2008-02-12exlude generated html doxygen from CVS
etisserant [Tue, 12 Feb 2008 09:42:56 +0100] rev 390
exlude generated html doxygen from CVS

2008-02-12exlude generated html manual from CVS
etisserant [Tue, 12 Feb 2008 09:38:26 +0100] rev 389
exlude generated html manual from CVS

2008-02-12Removed generated html doxygen doc from CVS, too many files.
etisserant [Tue, 12 Feb 2008 09:13:14 +0100] rev 388
Removed generated html doxygen doc from CVS, too many files.

2008-02-11fixed TextMasterSlaveLSS
groke6 [Mon, 11 Feb 2008 11:00:12 +0100] rev 387
fixed TextMasterSlaveLSS

2008-02-08Now, PDF doc of objdictgen can be opened with acrobat reader on windows
etisserant [Fri, 08 Feb 2008 18:28:22 +0100] rev 386
Now, PDF doc of objdictgen can be opened with acrobat reader on windows

2008-02-08Cleaned DS-401GUI (definitively removed graph) added options to open directly on the right Input or Output page. Little fixes.
etisserant [Fri, 08 Feb 2008 14:52:48 +0100] rev 385
Cleaned DS-401GUI (definitively removed graph) added options to open directly on the right Input or Output page. Little fixes.

2008-02-07added canChangeBaudRate to the driver interface
groke6 [Thu, 07 Feb 2008 10:25:15 +0100] rev 384
added canChangeBaudRate to the driver interface

2008-02-05Fixed missing includes causing warnings
etisserant [Tue, 05 Feb 2008 10:18:25 +0100] rev 383
Fixed missing includes causing warnings

2008-02-05Cleaned re-indented code of DS401_Slave_Gui
etisserant [Tue, 05 Feb 2008 10:17:36 +0100] rev 382
Cleaned re-indented code of DS401_Slave_Gui

2008-02-04added TestMasterSlaveLSS. LSS protocol revised.
groke6 [Mon, 04 Feb 2008 16:40:44 +0100] rev 381
added TestMasterSlaveLSS. LSS protocol revised.

2008-02-04Solved a mistake with parentheses in last change
luis [Mon, 04 Feb 2008 12:06:20 +0100] rev 380
Solved a mistake with parentheses in last change

2008-02-04Minor changes to guarantee that UNS8 cast is well done
luis [Mon, 04 Feb 2008 11:07:32 +0100] rev 379
Minor changes to guarantee that UNS8 cast is well done

2008-02-01As requested long ago, added CoData* parameter to all this applications callback, let application designer use identical callback for multiple nodes, and reduce source code length.
etisserant [Fri, 01 Feb 2008 18:06:55 +0100] rev 378
As requested long ago, added CoData* parameter to all this applications callback, let application designer use identical callback for multiple nodes, and reduce source code length.

Concerned callbacks :

initialisation
preOperational
operational
stopped
heartbeatError
post_sync
post_TPDO
post_SlaveBootup
storeODSubIndex
post_emcy

2008-02-01Enhanced cleanup of TCP CAN client/server
etisserant [Fri, 01 Feb 2008 18:01:36 +0100] rev 377
Enhanced cleanup of TCP CAN client/server

2008-02-01little fix on arch detection when using mingw32-only compiler from within cygwin's bash
etisserant [Fri, 01 Feb 2008 18:01:05 +0100] rev 376
little fix on arch detection when using mingw32-only compiler from within cygwin's bash

2008-01-31AVR port, thanks to Peter Christen, Comat AG.
etisserant [Thu, 31 Jan 2008 15:20:59 +0100] rev 375
AVR port, thanks to Peter Christen, Comat AG.

2008-01-30add cancfg.h dependency to rebuild can_peak_win32 driver
greg [Wed, 30 Jan 2008 17:23:32 +0100] rev 374
add cancfg.h dependency to rebuild can_peak_win32 driver

2008-01-29fix install target in example Makefile.in
greg [Tue, 29 Jan 2008 09:17:24 +0100] rev 373
fix install target in example Makefile.in
re-enable canfestival-examples package for debian

2008-01-29remove canfestival-examples.install in debian dir
greg [Tue, 29 Jan 2008 09:07:46 +0100] rev 372
remove canfestival-examples.install in debian dir

2008-01-29remove examples install target in debian/rules
greg [Tue, 29 Jan 2008 09:02:47 +0100] rev 371
remove examples install target in debian/rules

2008-01-25Fixed some endianization problems caused by switch to UNS16 for cob_id member in CAN messages. To be continued.
etisserant [Fri, 25 Jan 2008 19:01:58 +0100] rev 370
Fixed some endianization problems caused by switch to UNS16 for cob_id member in CAN messages. To be continued.

2008-01-25fix name "staus" in c generated files with "status
greg [Fri, 25 Jan 2008 12:00:38 +0100] rev 369
fix name "staus" in c generated files with "status

2008-01-25changed order of declaration/initialization of variables to prevent some warnings
etisserant [Fri, 25 Jan 2008 08:20:11 +0100] rev 368
changed order of declaration/initialization of variables to prevent some warnings

2008-01-25changed win32.cpp into drivers_win32.cpp in vcproj file
etisserant [Fri, 25 Jan 2008 08:18:20 +0100] rev 367
changed win32.cpp into drivers_win32.cpp in vcproj file

2008-01-23Fixed Peter Christen remarks as regards typo
etisserant [Wed, 23 Jan 2008 10:36:20 +0100] rev 366
Fixed Peter Christen remarks as regards typo

2008-01-23Changed cob_id from struct{UNS32} to UNS16
etisserant [Wed, 23 Jan 2008 10:35:52 +0100] rev 365
Changed cob_id from struct{UNS32} to UNS16

2008-01-22Added can4linux driver support.
groke6 [Tue, 22 Jan 2008 10:27:13 +0100] rev 364
Added can4linux driver support.

2008-01-18fixed configure command line constant specification bug. Thanks to Jorge.
etisserant [Fri, 18 Jan 2008 09:43:55 +0100] rev 363
fixed configure command line constant specification bug. Thanks to Jorge.

2008-01-17Added FastScan support to the LSS services.
groke6 [Thu, 17 Jan 2008 16:24:01 +0100] rev 362
Added FastScan support to the LSS services.

2008-01-17Added FastScan support to the LSS services.
groke6 [Thu, 17 Jan 2008 16:22:21 +0100] rev 361
Added FastScan support to the LSS services.

2008-01-17Added FastScan support to the LSS services.
groke6 [Thu, 17 Jan 2008 16:21:07 +0100] rev 360
Added FastScan support to the LSS services.

2008-01-17Bug on try, except, finally statement with python 2.4 fixed
lbessard [Thu, 17 Jan 2008 11:50:51 +0100] rev 359
Bug on try, except, finally statement with python 2.4 fixed

2008-01-15add setup.py and objdictedit_postinst.py to build windows installer
greg [Tue, 15 Jan 2008 10:49:35 +0100] rev 358
add setup.py and objdictedit_postinst.py to build windows installer

2008-01-15Fixed some build errors and warnigs, thanks to Martin Hollenweger (geautomotive.eu)
etisserant [Tue, 15 Jan 2008 10:11:17 +0100] rev 357
Fixed some build errors and warnigs, thanks to Martin Hollenweger (geautomotive.eu)

2008-01-15.cvsignore updated for windows targets.
etisserant [Tue, 15 Jan 2008 09:30:26 +0100] rev 356
.cvsignore updated for windows targets.

2008-01-15TCP broadcasting chat server to exchange CAN messages between CanFestival nodes on windows. This let user simulate a CANopen network on windows.
etisserant [Tue, 15 Jan 2008 09:29:29 +0100] rev 355
TCP broadcasting chat server to exchange CAN messages between CanFestival nodes on windows. This let user simulate a CANopen network on windows.

2008-01-15Various configure and build enhancements:
etisserant [Tue, 15 Jan 2008 09:24:21 +0100] rev 354
Various configure and build enhancements:
- Auto detect availability of wxWidgets, disable or enable examples build accordingly
- Enhacend (cross) toolchain detection and prefix. Now compile win32 target on linux host (--cc=i686-mingw32-gcc)

2008-01-14fixed a bug in consise_dcf_loop() in dcf.c
groke6 [Mon, 14 Jan 2008 14:28:49 +0100] rev 353
fixed a bug in consise_dcf_loop() in dcf.c

2008-01-11Fixed timer problem on late Heartbeat. Thanks to Jorge.
etisserant [Fri, 11 Jan 2008 09:39:49 +0100] rev 352
Fixed timer problem on late Heartbeat. Thanks to Jorge.

2008-01-10fix SUB_EXE_CFLAGS in configure to link without "-ldl" when use MINGW
greg [Thu, 10 Jan 2008 16:12:45 +0100] rev 351
fix SUB_EXE_CFLAGS in configure to link without "-ldl" when use MINGW

2008-01-08Size verification of the mapped variables in PDOs (both reception and transmission)
luis [Tue, 08 Jan 2008 11:06:50 +0100] rev 350
Size verification of the mapped variables in PDOs (both reception and transmission)

2008-01-08fixed the DCF-LSS conflict
groke6 [Tue, 08 Jan 2008 10:47:10 +0100] rev 349
fixed the DCF-LSS conflict

2008-01-04Bug when close objdictedit fixed
lbessard [Fri, 04 Jan 2008 17:50:06 +0100] rev 348
Bug when close objdictedit fixed

2007-12-31change name for control-peak to control-peak_linux
greg [Mon, 31 Dec 2007 10:41:36 +0100] rev 347
change name for control-peak to control-peak_linux

2007-12-31add debian directory to create debian binary packages
greg [Mon, 31 Dec 2007 08:45:27 +0100] rev 346
add debian directory to create debian binary packages

2007-12-17Fixed horrible typo in states.c thanks to Martin Hollenweger.
etisserant [Mon, 17 Dec 2007 18:14:42 +0100] rev 345
Fixed horrible typo in states.c thanks to Martin Hollenweger.

2007-12-17Fix a flaw in LSS patch.
etisserant [Mon, 17 Dec 2007 15:55:40 +0100] rev 344
Fix a flaw in LSS patch.

2007-12-17Primary LSS support, thanks to Jorge Berzosa.
etisserant [Mon, 17 Dec 2007 13:22:35 +0100] rev 343
Primary LSS support, thanks to Jorge Berzosa.

2007-12-14Fix LD variable for unix target in configure
greg [Fri, 14 Dec 2007 16:32:38 +0100] rev 342
Fix LD variable for unix target in configure

2007-12-10Windows related enhancements
etisserant [Mon, 10 Dec 2007 23:23:19 +0100] rev 341
Windows related enhancements

2007-12-10Bug on new DCF entry boolean value fixed
lbessard [Mon, 10 Dec 2007 23:15:55 +0100] rev 340
Bug on new DCF entry boolean value fixed

2007-12-10Bug on Refresh Main Menu fixed
lbessard [Mon, 10 Dec 2007 23:15:23 +0100] rev 339
Bug on Refresh Main Menu fixed

2007-12-10Bug on DCF edition fixed
lbessard [Mon, 10 Dec 2007 16:51:54 +0100] rev 338
Bug on DCF edition fixed

2007-12-10Bug on DCF edition fixed
lbessard [Mon, 10 Dec 2007 16:46:11 +0100] rev 337
Bug on DCF edition fixed

2007-12-10Bug on DCF edition fixed
lbessard [Mon, 10 Dec 2007 16:25:18 +0100] rev 336
Bug on DCF edition fixed

2007-12-10fix some wrong comments in TestMasterMicroMod.c
greg [Mon, 10 Dec 2007 16:08:58 +0100] rev 335
fix some wrong comments in TestMasterMicroMod.c

2007-12-10Bug on close with Beremiz fixed
lbessard [Mon, 10 Dec 2007 11:05:43 +0100] rev 334
Bug on close with Beremiz fixed

2007-12-09Bug on OCTET_STRING display fixed
lbessard [Sun, 09 Dec 2007 16:57:43 +0100] rev 333
Bug on OCTET_STRING display fixed

2007-12-09Improving eds parse
lbessard [Sun, 09 Dec 2007 16:56:44 +0100] rev 332
Improving eds parse

2007-12-09Minor changes, mostly PCAN/windows related.
etisserant [Sun, 09 Dec 2007 15:43:39 +0100] rev 331
Minor changes, mostly PCAN/windows related.

2007-12-09debug=MSG -> print CAN messages
etisserant [Sun, 09 Dec 2007 15:38:30 +0100] rev 330
debug=MSG -> print CAN messages

2007-12-08Changes to compile for win32
greg [Sat, 08 Dec 2007 15:01:14 +0100] rev 329
Changes to compile for win32

2007-12-07Bug on DCFEditor Dialog fixed
lbessard [Fri, 07 Dec 2007 18:22:41 +0100] rev 328
Bug on DCFEditor Dialog fixed

2007-12-07Adding DCFEditor Dialog to networkedit
lbessard [Fri, 07 Dec 2007 17:28:18 +0100] rev 327
Adding DCFEditor Dialog to networkedit

2007-12-06Bug on Close Frame fixed
lbessard [Thu, 06 Dec 2007 17:59:06 +0100] rev 326
Bug on Close Frame fixed

2007-12-06Modification of 0x1016 index c code generation
lbessard [Thu, 06 Dec 2007 17:58:43 +0100] rev 325
Modification of 0x1016 index c code generation

2007-12-06Bug with Drag and Drop on SubindexGrid fixed
lbessard [Thu, 06 Dec 2007 17:57:21 +0100] rev 324
Bug with Drag and Drop on SubindexGrid fixed

2007-12-06Adding "ParameterValue" as optional parameter for "VAR" entries
lbessard [Thu, 06 Dec 2007 17:55:46 +0100] rev 323
Adding "ParameterValue" as optional parameter for "VAR" entries

2007-12-04One more compilation warning fixed.
etisserant [Tue, 04 Dec 2007 08:10:23 +0100] rev 322
One more compilation warning fixed.

2007-12-03Fixed integer limit warning
etisserant [Mon, 03 Dec 2007 13:09:19 +0100] rev 321
Fixed integer limit warning

2007-12-03Some fixes suggested by Luis Jim?nez, plus some minor enhancements in DCF.
etisserant [Mon, 03 Dec 2007 11:30:38 +0100] rev 320
Some fixes suggested by Luis Jim?nez, plus some minor enhancements in DCF.

2007-11-29There was a variable declaration after a statement
luis [Thu, 29 Nov 2007 11:58:02 +0100] rev 319
There was a variable declaration after a statement

2007-11-23Fix problem with symbolic link ( --> os.path.realpath() )
greg [Fri, 23 Nov 2007 08:47:48 +0100] rev 318
Fix problem with symbolic link ( --> os.path.realpath() )

2007-11-21Bug on default COB ID value for PDO transmit and receive 5 and higher fixed
lbessard [Wed, 21 Nov 2007 16:30:26 +0100] rev 317
Bug on default COB ID value for PDO transmit and receive 5 and higher fixed

2007-11-16Bugs that prevents to compile with wx2.8 fixed
lbessard [Fri, 16 Nov 2007 17:41:59 +0100] rev 316
Bugs that prevents to compile with wx2.8 fixed

2007-11-12Workaround for unsupported UNS64 on some compiler.
etisserant [Mon, 12 Nov 2007 15:17:49 +0100] rev 315
Workaround for unsupported UNS64 on some compiler.

2007-11-12Better EMCY support. Now EMCY COB-ID depend on OD 1014h entry, as told in DS-301.
etisserant [Mon, 12 Nov 2007 14:38:34 +0100] rev 314
Better EMCY support. Now EMCY COB-ID depend on OD 1014h entry, as told in DS-301.

2007-11-12Adding standard default value to index 0x1014
lbessard [Mon, 12 Nov 2007 13:24:17 +0100] rev 313
Adding standard default value to index 0x1014

2007-11-07Bug on RefreshList in subindextable.py fixed
lbessard [Wed, 07 Nov 2007 07:46:14 +0100] rev 312
Bug on RefreshList in subindextable.py fixed

2007-10-30Bug on type inconsistency in SDO Client fixed
lbessard [Tue, 30 Oct 2007 16:21:04 +0100] rev 311
Bug on type inconsistency in SDO Client fixed
(Correction submitted by Robert McCullough)

2007-10-18Bugs on EDS import fixed
lbessard [Thu, 18 Oct 2007 10:23:45 +0200] rev 310
Bugs on EDS import fixed

2007-10-18Bugs on EDS import fixed
lbessard [Thu, 18 Oct 2007 10:13:18 +0200] rev 309
Bugs on EDS import fixed

2007-10-11Reverted Makefile.in to keep DS-401 GUI example to out of build. (still not mature enough)
etisserant [Thu, 11 Oct 2007 09:13:05 +0200] rev 308
Reverted Makefile.in to keep DS-401 GUI example to out of build. (still not mature enough)

2007-10-11Updated .od files to keep compatible with $NODEID+... way to express OD entry values, as in EDS.
etisserant [Thu, 11 Oct 2007 09:09:07 +0200] rev 307
Updated .od files to keep compatible with $NODEID+... way to express OD entry values, as in EDS.

2007-10-11Fixed incoherency with idx 0x1280+n sidx 3 in sdo.c against newly generated objectditcs (UNS32*->UNS8*).
etisserant [Thu, 11 Oct 2007 08:51:29 +0200] rev 306
Fixed incoherency with idx 0x1280+n sidx 3 in sdo.c against newly generated objectditcs (UNS32*->UNS8*).

2007-10-05Bug on some eds including StandardDataTypes section fixed
lbessard [Fri, 05 Oct 2007 17:58:04 +0200] rev 305
Bug on some eds including StandardDataTypes section fixed

2007-10-02Fixed crash with visible_string due to latest changes.
etisserant [Tue, 02 Oct 2007 17:59:16 +0200] rev 304
Fixed crash with visible_string due to latest changes.

2007-10-02Now, SetNodeId will change 1200h SDO server params to new defaul values only if already set to appropriate default values.
etisserant [Tue, 02 Oct 2007 17:58:31 +0200] rev 303
Now, SetNodeId will change 1200h SDO server params to new defaul values only if already set to appropriate default values.

2007-10-02Many fixes in OD of DS401_Slave_GUI. Still very unstable. Work in progress
etisserant [Tue, 02 Oct 2007 17:57:16 +0200] rev 302
Many fixes in OD of DS401_Slave_GUI. Still very unstable. Work in progress

2007-10-02more fancy print_message for debug
etisserant [Tue, 02 Oct 2007 17:56:11 +0200] rev 301
more fancy print_message for debug

2007-10-02Bug on new file and open file with wxPython 2.8.4.2 on GTK fixed
lbessard [Tue, 02 Oct 2007 17:45:25 +0200] rev 300
Bug on new file and open file with wxPython 2.8.4.2 on GTK fixed

2007-10-02Allowing user to type formulas
lbessard [Tue, 02 Oct 2007 14:06:30 +0200] rev 299
Allowing user to type formulas
Node ID selection disabled
Adding possibility to reset values to default

2007-10-02Checking if TPDO was valid was wrong (pdo.c)
luis [Tue, 02 Oct 2007 10:32:11 +0200] rev 298
Checking if TPDO was valid was wrong (pdo.c)
There were some declarations after statements in pdo.c that caused some compilers to complaint

2007-10-01Fixed some transmit type issues (for 254 255) with null event and/or inhibit time
etisserant [Mon, 01 Oct 2007 17:17:35 +0200] rev 297
Fixed some transmit type issues (for 254 255) with null event and/or inhibit time

2007-10-01Solved a small bug in emcy.c (errRegMask was always '1' in EMCY_setError.
luis [Mon, 01 Oct 2007 14:43:01 +0200] rev 296
Solved a small bug in emcy.c (errRegMask was always '1' in EMCY_setError.
EMCY_setError has a new parameter, addInfo, a 16-bit value that will be copied to 16 most significat bits in 1003h (but it is not sent in EMCY message).

2007-09-30DS401 Slave GUI : Added command line interface, cleaned up parts of code, added EDS.
etisserant [Sun, 30 Sep 2007 22:41:12 +0200] rev 295
DS401 Slave GUI : Added command line interface, cleaned up parts of code, added EDS.

2007-09-30Update with latest generated code flavour (TestMasterSalve)
etisserant [Sun, 30 Sep 2007 22:38:58 +0200] rev 294
Update with latest generated code flavour (TestMasterSalve)

2007-09-30Typo crashin on node remove in network editor
etisserant [Sun, 30 Sep 2007 22:37:35 +0200] rev 293
Typo crashin on node remove in network editor

2007-09-30Fixed forgoten removed objdictedit.sh in Makefine.in
etisserant [Sun, 30 Sep 2007 22:36:59 +0200] rev 292
Fixed forgoten removed objdictedit.sh in Makefine.in

2007-09-30Some tricks in communication services status struct (states.c) and in sync.c to fit with Beremiz generated node code.
etisserant [Sun, 30 Sep 2007 22:35:48 +0200] rev 291
Some tricks in communication services status struct (states.c) and in sync.c to fit with Beremiz generated node code.

2007-09-30Added debug message printing. Added socket option : CAN_RAW_LOOPBACK=1 and CAN_RAW_RECV_OWN_MSGS=0.
etisserant [Sun, 30 Sep 2007 22:34:10 +0200] rev 290
Added debug message printing. Added socket option : CAN_RAW_LOOPBACK=1 and CAN_RAW_RECV_OWN_MSGS=0.

2007-09-30Removed warning with lower boundary <= 0 in Valuerange test wuth unsigned types
etisserant [Sun, 30 Sep 2007 22:24:14 +0200] rev 289
Removed warning with lower boundary <= 0 in Valuerange test wuth unsigned types

2007-09-28Modified codes in MSG_ERR and MSG_WAR in emcy.c
luis [Fri, 28 Sep 2007 15:08:38 +0200] rev 288
Modified codes in MSG_ERR and MSG_WAR in emcy.c
Defined OD_VALUE_RANGE_EXCEEDED in def.h
Modified gen_cfile.py so than range test for 1003h sub0 sends OD_VALUE_RANGE_EXCEEDED as abortcode when value written is different from 0.

2007-09-27Bug on gen_cfile.py valueRangeTest generation fixed
lbessard [Thu, 27 Sep 2007 09:42:51 +0200] rev 287
Bug on gen_cfile.py valueRangeTest generation fixed

2007-09-27Adding support for restricting user to only dynamically set 0 to index 0x1003 subindex 0x00 in gen_cfile.py
lbessard [Thu, 27 Sep 2007 08:59:22 +0200] rev 286
Adding support for restricting user to only dynamically set 0 to index 0x1003 subindex 0x00 in gen_cfile.py

2007-09-27Removed struct initializer with non-constant pointer, making TI compiler fail
etisserant [Thu, 27 Sep 2007 08:28:00 +0200] rev 285
Removed struct initializer with non-constant pointer, making TI compiler fail

2007-09-26Implemented EMCY objects.
luis [Wed, 26 Sep 2007 16:02:00 +0200] rev 284
Implemented EMCY objects.
Added emcy.c and emcy.h
Modified data.h for necessary variables.
Added some EMCY message sendings in TestMasterSlave example.
Modified configure script to define EMCY_MAX_ERRORS.
Modified python scripts to make 1003h object always available (with a callback).

2007-09-25Fixed typo in objdictgen.py preventing generation of examples' ODs
baf [Tue, 25 Sep 2007 15:29:37 +0200] rev 283
Fixed typo in objdictgen.py preventing generation of examples' ODs

2007-09-25Updated manual for msys/mingw build
greg [Tue, 25 Sep 2007 08:30:01 +0200] rev 282
Updated manual for msys/mingw build
Cleaned up commited makefiles

2007-09-25Obsolete example files in objdictgen/examples replaced by some new equivalents
lbessard [Tue, 25 Sep 2007 08:19:44 +0200] rev 281
Obsolete example files in objdictgen/examples replaced by some new equivalents
Some bugs fixed

2007-09-24Bug on MessageDialog popup when unable to load a file fixed
lbessard [Mon, 24 Sep 2007 09:37:04 +0200] rev 280
Bug on MessageDialog popup when unable to load a file fixed

2007-09-21added config.py.in, filled by configure, so that python program using objdictedit can gat compilation params. Reomved old dead files.
etisserant [Fri, 21 Sep 2007 17:50:20 +0200] rev 279
added config.py.in, filled by configure, so that python program using objdictedit can gat compilation params. Reomved old dead files.

2007-09-21Typo in configure
etisserant [Fri, 21 Sep 2007 08:04:00 +0200] rev 278
Typo in configure

2007-09-19Bug on Drop Source fixed
lbessard [Wed, 19 Sep 2007 13:25:50 +0200] rev 277
Bug on Drop Source fixed

2007-09-18Corrections for wx version 2.8.4
lbessard [Tue, 18 Sep 2007 18:04:54 +0200] rev 276
Corrections for wx version 2.8.4

2007-09-18fix problem sh. Replace with bash in configure script. For msys, there is a bash version to download.
greg [Tue, 18 Sep 2007 09:02:38 +0200] rev 275
fix problem sh. Replace with bash in configure script. For msys, there is a bash version to download.
To compile for win32 with peak hardware:

./configure --can=peak_win32

2007-09-13Modifying node Print function for displaying more informations
lbessard [Thu, 13 Sep 2007 09:02:56 +0200] rev 274
Modifying node Print function for displaying more informations