2010-03-19 Florian Pose TODO.
2010-03-19 Florian Pose Omit newline on octet_string output.
2010-03-19 Florian Pose TODO.
2010-03-19 Florian Pose Added missing queue_external_datagram(); removed tabs.
2010-03-11 Florian Pose Improved SoE command help.
2010-03-11 Florian Pose Implemented a bunch of CANopen data types for the command-line tool.
2010-03-11 Florian Pose Added getSingleMasterIndex() for command-line tool.
2010-03-11 Florian Pose Open master device as late as possible.
2010-03-11 Florian Pose Implemented SoE IDN parser for strings like 'P-0-0150'; moved data type
2010-03-09 Florian Pose Fixed string argument for soe_write.
2010-03-09 Florian Pose Fixed fragmented SoE write.
2010-03-09 Florian Pose Implemented SoE write fragmenting.
2010-03-09 Florian Pose Implemented SoE fragmented reading.
2010-03-09 Florian Pose 64 bit frame statistics.
2010-03-09 Florian Pose Implemented ecrt_slave_config_idn() for user-space library.
2010-03-09 Florian Pose Documented idn parameter.
2010-03-09 Florian Pose Ignore doxygen output.
2010-03-09 Florian Pose TODO.
2010-03-09 Florian Pose Improved frame statistics output again.
2010-03-09 Florian Pose Output tx errors and tx rate in byte/s.
2010-03-09 Florian Pose Fixed clearing frame statistics on link down.
2010-03-08 Florian Pose TODO.
2010-03-08 Florian Pose Clear frame statistics on link loss.
2010-03-08 Florian Pose Improved frame statistics output.
2010-03-08 Florian Pose Fixed frame statistics.
2010-03-07 Florian Pose Frame statistics in 'ethercat master' output.
2010-03-07 Florian Pose Fixed device file name output on ioctl mismatch.
2010-03-07 Florian Pose Fixed segfault - Initialize SoE request properly.
2010-03-07 Florian Pose Removed unused variable frames_timed_out.
2010-03-06 Florian Pose TODO.
2010-03-05 Florian Pose TODO.
2010-03-05 Florian Pose TODO.
2010-03-05 Florian Pose Added ecrt_slave_config_idn() method to store SoE IDN configurations.
2010-03-05 Florian Pose Added ec_soe_request_copy() method.
2010-03-05 Florian Pose Minor: Removed unnecessary include.
2010-03-05 Florian Pose TODO.
2010-03-05 Florian Pose Fixed reading error code from write response.
2010-03-05 Florian Pose Fixed returning SoE error code.
2010-03-05 Florian Pose Fixed SoE opcode determination.
2010-03-05 Florian Pose Implemented SoE write state machine and soe_write command.
2010-03-05 Florian Pose TODO.
2010-03-05 Florian Pose Sourced out data type handling into an own class.
2010-03-05 Florian Pose Overloaded throwCommandException().
2010-03-03 Florian Pose Fixed memory allocation while lock is held. Thanks to Esben Haabendal.
2010-03-01 Florian Pose Typo.
2010-03-01 Florian Pose Implemented reading Sercos-over-EtherCAT services. To be continued...
2010-02-26 Florian Pose Reset AL states on link down.
2010-02-25 Florian Pose Fixed compiler warning.
2010-02-25 Florian Pose Fixed endless loop if negative master index range ends at zero.
2010-02-24 Florian Pose Improved multi-master capabilities of ethercat tool.
2010-02-24 Florian Pose Multi-master support for command-line tool. The --master option supports
2010-02-23 Florian Pose Minor changes in configure output.
2010-02-23 Florian Pose Use kernel's modules_install target, instead of building our own. Attention:
2010-02-23 Florian Pose Improved output when PDO assignment/mapping fails.
2010-02-23 Florian Pose Introduced ec_datagram_print_state() method and used it at all places where
2010-02-23 Florian Pose merge
2010-02-23 Florian Pose TODO
2010-02-22 Florian Pose Avoid compiler warning.
2010-02-17 Florian Pose Added e100 to specfile config.
2010-02-17 Florian Pose merge