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 c6012abef3 feat: Added support for "state" fields.
add c7bb2928a2 feat: Updated the C# and C builds to work with the latest
updates.
No new revisions were added by this update.
Summary of changes:
.../freemarker/FreemarkerLanguageOutput.java | 2 +-
.../apache/plc4x/language/c/CLanguageOutput.java | 6 ++
.../plc4x/language/c/CLanguageTemplateHelper.java | 30 ++++----
.../templates/c/complex-type-template.c.ftlh | 8 +--
.../templates/c/complex-type-template.h.ftlh | 4 +-
.../templates/c/constants-template.h.ftlh} | 54 +++++++-------
.../apache/plc4x/language/cs/CsLanguageOutput.java | 5 ++
.../modbus/include/constants.h} | 28 +++-----
.../modbus/include/modbus_constants.h | 53 --------------
.../modbus/src/modbus_constants.c | 82 ----------------------
.../knxnetip/readwrite/model/KnxManufacturer.cs | 48 ++++++++++---
11 files changed, 112 insertions(+), 208 deletions(-)
copy
code-generation/language/{java/src/main/resources/templates/java/constants-template.java.ftlh
=> c/src/main/resources/templates/c/constants-template.h.ftlh} (59%)
copy plc4c/{drivers/plc4x/include/plc4c/driver_plc4x_static.h =>
generated-sources/modbus/include/constants.h} (71%)
delete mode 100644 plc4c/generated-sources/modbus/include/modbus_constants.h
delete mode 100644 plc4c/generated-sources/modbus/src/modbus_constants.c