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

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


    from 1110324  added missing ASF header
     new ad38796  - Renamed the S7 encoders and decoders
     new e46a01e  - Updated the "implementing drivers" to recent changes
     new 691f3b8  - Changed the modbus driver to be a single driver with 
multiple sub-types
     new e926898  - Added the "tcp:" suffix to the tcp-variant of the ads driver
     new a5b123e  - Updated some links in the s7 documentation - Updated the 
festures table - Added a link to some more wireshark dumps

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/plc4x/java/ads/AdsPlcDriver.java    |  2 +-
 ...usSerialPlcDriver.java => ModbusPlcDriver.java} | 28 +++++---
 .../plc4x/java/modbus/ModbusTcpPlcDriver.java      | 76 ----------------------
 .../services/org.apache.plc4x.java.api.PlcDriver   |  3 +-
 .../plc4x/java/s7/netty/Plc4XS7Protocol.java       |  4 +-
 .../org/apache/plc4x/java/s7/netty/S7Protocol.java | 50 +++++++++++---
 .../{BigEndianDecoder.java => S7TypeDecoder.java}  | 24 ++++---
 .../{BigEndianEncoder.java => S7TypeEncoder.java}  |  4 +-
 .../asciidoc/developers/implementing-drivers.adoc  |  5 --
 src/site/asciidoc/protocols/features.adoc          | 38 ++++++-----
 src/site/asciidoc/protocols/index.adoc             |  2 +
 src/site/asciidoc/protocols/s7/index.adoc          |  4 +-
 12 files changed, 109 insertions(+), 131 deletions(-)
 rename 
plc4j/protocols/modbus/src/main/java/org/apache/plc4x/java/modbus/{ModbusSerialPlcDriver.java
 => ModbusPlcDriver.java} (70%)
 delete mode 100644 
plc4j/protocols/modbus/src/main/java/org/apache/plc4x/java/modbus/ModbusTcpPlcDriver.java
 rename 
plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/util/{BigEndianDecoder.java
 => S7TypeDecoder.java} (76%)
 rename 
plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/util/{BigEndianEncoder.java
 => S7TypeEncoder.java} (98%)

-- 
To stop receiving notification emails like this one, please contact
cd...@apache.org.

Reply via email to