runtime/PlcStatus.py
author Edouard Tisserant
Thu, 16 Feb 2023 12:13:16 +0100
changeset 3726 516779f11803
parent 2416 1ca207782dde
permissions -rw-r--r--
runtime: Change Linux target to use clock_nanosleep instead of timer (better rt-preempt perf).
# -*- 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")