You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by er...@apache.org on 2020/04/07 05:41:20 UTC

[plc4x] branch develop updated (847710d -> da8772b)

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

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


    from 847710d  - Some changes I missed.
     add a2a99f8  Updating driver to correctly parse MultipleServiceResponse -manually use the parser after calcultating service length with offsets
     add 3548738  Added eip dependency for examples
     add f1f1756  Update EIP Driver -able to read elements from DataStruct (Counter, UserDefined) but not the Struct itself (to get all element) -Example : ACC Valuer of Counter C1 : %C1.ACC
     add da8772b  Merge branches 'develop' and 'eip' of https://github.com/apache/plc4x into eip

No new revisions were added by this update.

Summary of changes:
 .../plc4x/java/eip/readwrite/field/EipField.java   |   2 +-
 .../eip/readwrite/protocol/EipProtocolLogic.java   | 338 ++++++++++++---------
 plc4j/examples/pom.xml                             |   7 +
 .../plc4x/java/spi/generation/ReadBuffer.java      |   6 +-
 .../eip/src/main/resources/protocols/eip/eip.mspec |   8 +-
 5 files changed, 219 insertions(+), 142 deletions(-)