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 2023/05/11 06:51:14 UTC

[plc4x] branch develop updated (1c892bd9b0 -> 5a890b77a4)

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 1c892bd9b0 feat(plc4py): Update license header and implement the start of write_unsigned_short
     add e82f6e5900 docs(test-generator): Added a README for the test-generator
     add 5a890b77a4 refactor(s7): Renamed some things and moved some classes to more reflect the structure of other drivers

No new revisions were added by this update.

Summary of changes:
 .../apache/plc4x/java/s7/readwrite/S7Driver.java   |  2 +-
 .../S7HDefaultNettyPlcConnection.java              | 13 +++++----
 .../S7HGeneratedDriverBase.java                    | 25 ++++++++---------
 .../readwrite/{protocol => connection}/S7HMux.java |  2 +-
 .../{protocol => connection}/S7HMuxImpl.java       | 14 +++++-----
 .../S7HAbortRequestException.java                  |  2 +-
 .../s7/readwrite/protocol/S7ProtocolLogic.java     | 32 ++++++++++------------
 plc4j/utils/test-generator/README.md               | 29 ++++++++++++++++++++
 plc4j/utils/test-generator/pom.xml                 | 14 ++++++++++
 9 files changed, 86 insertions(+), 47 deletions(-)
 rename plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/{protocol => connection}/S7HDefaultNettyPlcConnection.java (97%)
 rename plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/{protocol => connection}/S7HGeneratedDriverBase.java (94%)
 rename plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/{protocol => connection}/S7HMux.java (94%)
 rename plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/{protocol => connection}/S7HMuxImpl.java (94%)
 rename plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/{protocol => exceptions}/S7HAbortRequestException.java (93%)
 create mode 100644 plc4j/utils/test-generator/README.md