erpc_interface/erpc_PLCObject/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Fri, 08 Nov 2024 11:34:00 +0100
changeset 4034 6359536d60a9
parent 4032 1ffff67678ad
child 4035 c317fc64035e
permissions -rw-r--r--
python_runtime: fix ExtendedCall register/unregistering.
#
# Generated by erpcgen 1.12.0 on Mon Oct 28 11:30:03 2024.
#
# AUTOGENERATED - DO NOT EDIT
#

try:
    from erpc import erpc_version
    version = erpc_version.ERPC_VERSION
except ImportError:
    version = "unknown"
if version != "1.12.0":
    raise ValueError("The generated shim code version (1.12.0) is different to the rest of eRPC code (%s). \
Install newer version by running \"python setup.py install\" in folder erpc/erpc_python/." % repr(version))

from . import common
from . import client
from . import server
from . import interface