This is an automated email from the ASF dual-hosted git repository. cdutz pushed a change to branch feat/code-gen-1.9 in repository https://gitbox.apache.org/repos/asf/plc4x.git
from c7bb2928a2 feat: Updated the C# and C builds to work with the latest updates. add a6e9648750 feat: Updated the Python build to work with the latest updates. No new revisions were added by this update. Summary of changes: .../language/python/PythonLanguageOutput.java | 5 ++ .../python/constants-template.python.ftlh | 60 +++++++++++++++ .../{modbus => plc4x}/include/constants.h | 8 +- .../plc4x/include/plc4x_constants.h | 53 ------------- .../generated-sources/plc4x/src/plc4x_constants.c | 82 -------------------- plc4py/plc4py/drivers/umas/UmasConfiguration.py | 2 +- .../modbus/readwrite/Constants.py} | 9 +-- .../protocols/modbus/readwrite/ModbusConstants.py | 88 ---------------------- .../umas/readwrite/Constants.py} | 9 +-- .../protocols/umas/readwrite/UmasConstants.py | 88 ---------------------- 10 files changed, 78 insertions(+), 326 deletions(-) create mode 100644 code-generation/language/python/src/main/resources/templates/python/constants-template.python.ftlh copy plc4c/generated-sources/{modbus => plc4x}/include/constants.h (83%) delete mode 100644 plc4c/generated-sources/plc4x/include/plc4x_constants.h delete mode 100644 plc4c/generated-sources/plc4x/src/plc4x_constants.c copy plc4py/plc4py/{api/messages/PlcDiscovery.py => protocols/modbus/readwrite/Constants.py} (88%) delete mode 100644 plc4py/plc4py/protocols/modbus/readwrite/ModbusConstants.py copy plc4py/plc4py/{api/messages/PlcDiscovery.py => protocols/umas/readwrite/Constants.py} (88%) delete mode 100644 plc4py/plc4py/protocols/umas/readwrite/UmasConstants.py