beremiz
Clone
Summary
Browse
Changes
Graph
C++ runtime: WIP. Continue PLCObject implementation.
2024-05-18, Edouard Tisserant
d303aab8f68b
C++ runtime: WIP. Continue PLCObject implementation.
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")