lpcmanager
Clone
Summary
Browse
Changes
Graph
Add own eRPC interface stubs + overload RPC call translation for our specific PLCObject methods.
2024-03-08, Edouard Tisserant
613633227bc2
Add own eRPC interface stubs + overload RPC call translation for our specific PLCObject methods.
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor