etherlab/extension.py
author Laurent Bessard
Tue, 04 Sep 2012 15:00:35 +0200
changeset 2070 dee8d519f3ff
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Removing call to UpdateAxis and ComputeAxis in CIA DS402 node generated retrieve and publish functions. These calls have been transfered to MCL library retrieve and publish functions.
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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