features.py
changeset 734 5c42cafaee15
parent 731 4fc681ed0c61
child 784 a1d970365e41
equal deleted inserted replaced
733:915be999f3f0 734:5c42cafaee15
     1 libraries = [('Python','py_ext.PythonLibrary'),
     1 libraries = [('Python','py_ext.PythonLibrary'),
     2              ('SVGUI','svgui.SVGUILibrary')]
     2              ('SVGUI','svgui.SVGUILibrary')]
     3 
     3 
     4 catalog = [
     4 catalog = [
     5     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
     5     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
     6     ('c_ext', _('C extention'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'),
     6     ('c_ext', _('C extension'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'),
     7     ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'),
     7     ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'),
     8     ('wxglade_hmi', _('WxGlade GUI'), _('Add a simple WxGlade based GUI.'), 'wxglade_hmi.WxGladeHMI'),
     8     ('wxglade_hmi', _('WxGlade GUI'), _('Add a simple WxGlade based GUI.'), 'wxglade_hmi.WxGladeHMI'),
     9     ('svgui', _('SVGUI'), _('Experimental web based HMI'), 'svgui.SVGUI')]
     9     ('svgui', _('SVGUI'), _('Experimental web based HMI'), 'svgui.SVGUI')]
    10 
    10