features.py
changeset 1909 bb883e063175
parent 944 52a17be9c4d1
child 1911 c1298e7ffe3a
equal deleted inserted replaced
1475:de4ee16f7c6c 1909:bb883e063175
     3     ('Python', 'py_ext.PythonLibrary'),
     3     ('Python', 'py_ext.PythonLibrary'),
     4     ('SVGUI', 'svgui.SVGUILibrary')]
     4     ('SVGUI', 'svgui.SVGUILibrary')]
     5 
     5 
     6 catalog = [
     6 catalog = [
     7     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
     7     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
       
     8     ('modbus', _('Modbus support'), _('Map located variables over Modbus'), 'modbus.modbus.RootClass'),
     8     ('c_ext', _('C extension'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'),
     9     ('c_ext', _('C extension'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'),
     9     ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'),
    10     ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'),
    10     ('wxglade_hmi', _('WxGlade GUI'), _('Add a simple WxGlade based GUI.'), 'wxglade_hmi.WxGladeHMI'),
    11     ('wxglade_hmi', _('WxGlade GUI'), _('Add a simple WxGlade based GUI.'), 'wxglade_hmi.WxGladeHMI'),
    11     ('svgui', _('SVGUI'), _('Experimental web based HMI'), 'svgui.SVGUI')]
    12     ('svgui', _('SVGUI'), _('Experimental web based HMI'), 'svgui.SVGUI')]
    12 
    13