etherlab/extension.py
author Laurent Bessard
Fri, 19 Oct 2012 12:43:42 +0200
changeset 2084 579af800b359
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Adding support to enable 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))