You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2021/03/29 09:23:30 UTC

[plc4x] branch feature/string_enum_mspec updated (bd4078e -> 35b8605)

This is an automated email from the ASF dual-hosted git repository.

hutcheb pushed a change to branch feature/string_enum_mspec
in repository https://gitbox.apache.org/repos/asf/plc4x.git.


    from bd4078e  Updated the C branch with the String length expression.
     add 35b8605  Fixed various formatting issues.

No new revisions were added by this update.

Summary of changes:
 build-utils/language-c/pom.xml                     |   3 +-
 .../plc4x/language/c/CLanguageTemplateHelper.java  |   9 +-
 .../resources/templates/c/enum-template-h.ftlh     |   1 -
 .../resources/templates/c/pojo-template-c.ftlh     |  37 ++---
 .../src/test/resources/integration-test/pom.xml    |  16 +-
 .../language-c/src/test/resources/settings.xml     |   2 +-
 build-utils/language-go/pom.xml                    |   3 +-
 .../language-go/src/test/resources/plc4go/pom.xml  |  14 +-
 build-utils/language-java/pom.xml                  |   3 +-
 .../src/test/resources/integration-test/pom.xml    |  14 +-
 pom.xml                                            |   6 +-
 .../modbus/include/modbus_data_type.h              |   1 -
 .../modbus/include/modbus_error_code.h             |   1 -
 .../modbus/src/modbus_constants.c                  |   1 +
 .../generated-sources/modbus/src/modbus_pdu.c      | 162 ++++++---------------
 .../generated-sources/modbus/src/modbus_tcp_adu.c  |   1 +
 .../s7/include/cotp_protocol_class.h               |   1 -
 .../generated-sources/s7/include/cotp_tpdu_size.h  |   1 -
 .../s7/include/data_transport_error_code.h         |   1 -
 .../s7/include/data_transport_size.h               |   1 -
 .../generated-sources/s7/include/device_group.h    |   1 -
 .../generated-sources/s7/include/memory_area.h     |   1 -
 .../s7/include/szl_module_type_class.h             |   1 -
 .../generated-sources/s7/include/szl_sublist.h     |   1 -
 .../generated-sources/s7/include/transport_size.h  |   1 -
 .../plc4c/generated-sources/s7/src/cotp_packet.c   |  16 +-
 .../generated-sources/s7/src/cotp_parameter.c      |  14 +-
 .../plc4c/generated-sources/s7/src/s7_address.c    |   6 +-
 .../plc4c/generated-sources/s7/src/s7_message.c    |  13 +-
 .../plc4c/generated-sources/s7/src/s7_parameter.c  |  22 ++-
 .../s7/src/s7_parameter_user_data_item.c           |   6 +-
 .../plc4c/generated-sources/s7/src/s7_payload.c    |  14 +-
 .../s7/src/s7_payload_user_data_item.c             |   7 +-
 .../s7/src/s7_var_request_parameter_item.c         |   6 +-
 .../plc4c/generated-sources/s7/src/tpkt_packet.c   |   1 +
 35 files changed, 164 insertions(+), 224 deletions(-)