etherlab/extension.py
author Laurent Bessard
Fri, 19 Oct 2012 16:37:54 +0200
changeset 2085 ae263886ae92
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Fix bug in CIA402 slave digital inputs
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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