You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/07/05 07:29:32 UTC

[plc4x] 02/03: Merge branch 'develop' of github.com:apache/plc4x into feature/profinet-chris

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

cdutz pushed a commit to branch feature/profinet-chris
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit f0cf6eb74458954f2d7739e4d7a007ae8f18de52
Merge: fffe4ac 24e739e
Author: cdutz <ch...@c-ware.de>
AuthorDate: Sun Jul 4 19:42:34 2021 +0200

    Merge branch 'develop' of github.com:apache/plc4x into feature/profinet-chris

 plc4go/Makefile                                    |   2 +-
 .../testing/protocols/ads/DriverTestsuite.xml      |  86 +++++++++------
 .../testing/protocols/eip/DriverTestsuite.xml      |  17 +--
 .../testing/protocols/modbus/DriverTestsuite.xml   |  80 ++++++++------
 .../testing/protocols/s7/DriverTestsuite.xml       |  37 ++++---
 plc4go/go.mod                                      |   2 +-
 plc4go/go.sum                                      |   2 +
 plc4go/internal/plc4go/ads/Field.go                |  90 +++++++++++++--
 plc4go/internal/plc4go/eip/Field.go                |  21 +++-
 .../internal/plc4go/knxnetip/ConnectionHelper.go   |   2 +-
 .../knxnetip/readwrite/model/KnxManufacturer.go    | 122 ++++++++++++++++++++-
 plc4go/internal/plc4go/modbus/Field.go             |  17 ++-
 plc4go/internal/plc4go/s7/Field.go                 |  31 +++++-
 .../plc4go/spi/model/DefaultPlcReadResponse.go     |  24 +++-
 .../plc4go/spi/model/DefaultPlcWriteRequest.go     |  15 ++-
 .../plc4go/spi/model/DefaultPlcWriteResponse.go    |  12 +-
 plc4go/internal/plc4go/spi/values/BOOL.go          |  12 +-
 plc4go/internal/plc4go/spi/values/DINT.go          |   7 +-
 plc4go/internal/plc4go/spi/values/REAL.go          |   6 +-
 .../plc4x/java/eip/readwrite/field/EipField.java   |   4 +-
 .../resources/protocols/eip/DriverTestsuite.xml    |  17 +--
 21 files changed, 460 insertions(+), 146 deletions(-)