etherlab/EthercatCFileGenerator.py
2019-11-25 Edouard Tisserant Etherlab : Merged 2014-2018 changes from jblee and others
2019-11-20 Edouard Tisserant EtherCat master plugin : commit changes recovered from KOSMOS 2018 installer, unkown author(s). ethercat_from_kosmos
2018-10-05 Andrey Skvortsov python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
2018-10-03 Andrey Skvortsov Fix 'msgid' format string with unnamed arguments cannot be properly localized
2018-09-29 Andrey Skvortsov clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
2018-09-29 Andrey Skvortsov clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
2018-09-29 Andrey Skvortsov clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined.
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E129 visually indented line with same indent as next logical line
2018-09-29 Andrey Skvortsov clean etherlab: pep8, W602 deprecated form of raising exception
2018-09-29 Andrey Skvortsov clean etherlab: pep8, W601 .has_key() is deprecated, use 'in'
2018-09-29 Andrey Skvortsov clean etherlab: pep8, E712 comparison to True should be 'if cond is True:' or 'if cond:'
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, E302 expected 2 blank lines, found 1
2018-09-28 Andrey Skvortsov cleanup etherlab: pep8, W291 trailing whitespace
2018-06-23 Edouard Tisserant Merged GPL + LGPL v2 or later EtherCAT extension. Fixed headers and copyright notice.
2013-05-02 Laurent Bessard Added error message when a device informations can't be found in ESI files
2013-04-29 Laurent Bessard Fixed bug in support for module extra params in EthercatCFileGenerator
2013-04-29 Laurent Bessard Added support for module extra params in EthercatCFileGenerator
2013-04-26 Laurent Bessard Added support for multiple module extra params in ModulesLibrary
2013-04-12 Edouard Tisserant Fixed (again) some non-clean exit in case of SDO failure at init
2013-04-05 Edouard Tisserant Now failure in template based part of C code also release the master for later use...
2013-04-05 Edouard Tisserant Better logging, saffer failure at init (allows restart)
2013-03-29 Laurent Bessard Split etherlab.py into multiple files