beremiz
Clone
Summary
Browse
Changes
Graph
Updated generated code to etherlab 1.5.2
2013-03-28, Edouard Tisserant
6bcfd50d5a47
Updated generated code to etherlab 1.5.2
import features
def GetEtherLabLibClass():
from etherlab import EtherlabLibrary
return EtherlabLibrary
features.libraries.append(
('Etherlab', GetEtherLabLibClass))
def GetEtherLabClass():
from etherlab import RootClass
return RootClass
features.catalog.append(
('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))