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 2022/11/23 14:49:47 UTC

[plc4x] branch develop updated (b601c30c11 -> 8b0ba3fd3d)

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

cdutz pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    from b601c30c11 refactor(plc4go/ads): Refactoring of the go ADS drier
     add 8b0ba3fd3d refactor(plc4go/ads): Refactoring of the go ADS drier

No new revisions were added by this update.

Summary of changes:
 plc4go/examples/ads/write/Write.go                 |  31 +++-
 plc4go/go.mod                                      |   1 +
 plc4go/go.sum                                      |   4 +
 .../knxnetip/readwrite/model/KnxManufacturer.go    |  26 +++-
 plc4go/spi/model/DefaultPlcWriteRequest.go         |   4 +-
 plc4go/spi/utils/ReadBufferByteBased.go            |   6 +
 plc4go/spi/utils/WriteBufferByteBased.go           |  38 ++++-
 plc4go/spi/values/PlcBYTE.go                       |  53 ++++++-
 plc4go/spi/values/PlcDWORD.go                      |  86 +++++++++++
 plc4go/spi/values/PlcLWORD.go                      | 100 +++++++++++++
 plc4go/spi/values/PlcValueHandler.go               | 162 ++++++++++++++-------
 plc4go/spi/values/PlcWORD.go                       |  72 +++++++++
 12 files changed, 509 insertions(+), 74 deletions(-)