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/incubator-plc4x.git.


    from 0d03828  - Added DFDL Schema for S7 Protocol.
     new 8076766  - Added two more DFDL schemas for ISO-TP and ISO-on-TCP
     add 46d5d93  S7: fix of array acquirement, fix of String aquirement, added 
additional scraper yml
     add 704f989  Merge pull request #43 from timbo2k/s7_array_stuff
     add 980c069  S7: changed byteLength and blockNumber from short to int
     add 7031908  Merge pull request #44 from timbo2k/too_short_range_for_offset
     new 972188f  - Resolved merge conflicts..

The 2 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/s7/model/S7Field.java    |  54 +++++-
 .../model/params/items/S7AnyVarParameterItem.java  |  12 +-
 .../strategies/DefaultS7MessageProcessor.java      |  12 +-
 .../java/org/apache/plc4x/java/issues/PLC4X56.java |  42 +++-
 .../src/test/resources/example_with_strings.yml    |  14 +-
 src/main/dfdl/cotp-protocol.dfdl.xsd               | 213 +++++++++++++++++++++
 src/main/dfdl/tpkt-protocol.dfdl.xsd               |  84 ++++++++
 7 files changed, 400 insertions(+), 31 deletions(-)
 create mode 100644 src/main/dfdl/cotp-protocol.dfdl.xsd
 create mode 100644 src/main/dfdl/tpkt-protocol.dfdl.xsd

Reply via email to