tool/DataTypeHandler.cpp
Wed, 04 Jan 2012 15:57:10 +0100 Florian Pose Fixed possible null pointer dereference in ethercat tool. stable-1.5
Wed, 04 Jan 2012 15:57:10 +0100 Florian Pose Fixed possible null pointer dereference in ethercat tool.
Tue, 11 Oct 2011 14:06:07 +0200 Florian Pose Minor: Added missing comma.
Tue, 11 Oct 2011 14:06:07 +0200 Florian Pose Minor: Added missing comma. stable-1.5
Thu, 15 Apr 2010 12:33:48 +0200 Florian Pose Fixed segfault in reg_read when no datatype is specified.
Mon, 29 Mar 2010 15:45:44 +0200 Florian Pose Implemented sign-and-magnitude integer types.
Fri, 19 Mar 2010 11:05:17 +0100 Florian Pose Omit newline on octet_string output.
Thu, 11 Mar 2010 16:46:31 +0100 Florian Pose Implemented a bunch of CANopen data types for the command-line tool.
Thu, 11 Mar 2010 14:29:43 +0100 Florian Pose Implemented SoE IDN parser for strings like 'P-0-0150'; moved data type
Fri, 05 Mar 2010 15:32:56 +0100 Florian Pose Implemented SoE write state machine and soe_write command.
Fri, 05 Mar 2010 13:39:57 +0100 Florian Pose Sourced out data type handling into an own class.