features.py
changeset 729 25054c592dc4
parent 728 e0424e96e3fd
child 731 4fc681ed0c61
equal deleted inserted replaced
728:e0424e96e3fd 729:25054c592dc4
     1 libraries = ['py_ext.PythonLibrary',
     1 libraries = ['py_ext.PythonLibrary',
     2              'svgui.SVGUILibrary']
     2              '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.c_ext.RootClass'),
     6     ('c_ext', _('C extention'), _('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