erpc_interface/erpc_PLCObject/__init__.py
changeset 4043 b217fb367574
parent 4035 c317fc64035e
equal deleted inserted replaced
4042:03df7946c2fa 4043:b217fb367574
     1 #
     1 #
     2 # Generated by erpcgen 1.12.0 on Mon May 20 17:53:37 2024.
     2 # Generated by erpcgen 1.13.0 on Fri Nov  8 11:06:24 2024.
     3 #
     3 #
     4 # AUTOGENERATED - DO NOT EDIT
     4 # AUTOGENERATED - DO NOT EDIT
     5 #
     5 #
     6 
     6 
     7 try:
     7 try:
     8     from erpc import erpc_version
     8     from erpc import erpc_version
     9     version = erpc_version.ERPC_VERSION
     9     version = erpc_version.ERPC_VERSION
    10 except ImportError:
    10 except ImportError:
    11     version = "unknown"
    11     version = "unknown"
    12 if version != "1.12.0":
    12 if version != "1.13.0":
    13     raise ValueError("The generated shim code version (1.12.0) is different to the rest of eRPC code (%s). \
    13     raise ValueError("The generated shim code version (1.13.0) is different to the rest of eRPC code (%s). \
    14 Install newer version by running \"python setup.py install\" in folder erpc/erpc_python/." % repr(version))
    14 Install newer version by running \"python setup.py install\" in folder erpc/erpc_python/." % repr(version))
    15 
    15 
    16 from . import common
    16 from . import common
    17 from . import client
    17 from . import client
    18 from . import server
    18 from . import server