etherlab/extension.py
author Laurent Bessard
Sun, 23 Sep 2012 23:25:57 +0200
changeset 2079 49242019a9ca
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Fix C code Generator to use CoE section contained in the slave ESI file for defining Ethercat network configuration
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

features.catalog.append(
    ('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))