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

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


    from 113a226  initial port of AdsLib to test compatibility of to c++ 
implementation
     new 010c5cb  fixed handling of variable response lengths.
     new d918d54  implemented symbolic addressing support of Beckhoff ADS 
protocol.

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:
 .../java/api/messages/PlcProprietaryRequest.java   |   7 ++
 .../java/api/messages/PlcProprietaryResponse.java  |   7 ++
 .../ads/connection/AdsAbstractPlcConnection.java   | 107 +++++++++++++++++++--
 .../ads/connection/AdsSerialPlcConnection.java     |   2 +-
 .../java/ads/connection/AdsTcpPlcConnection.java   |   4 +-
 .../apache/plc4x/java/ads/model/AdsAddress.java    |  33 ++++++-
 .../plc4x/java/ads/model/SymbolicAdsAddress.java   |  74 ++++++++++++++
 .../java/ads/protocol/Ads2PayloadProtocol.java     |   2 +-
 .../plc4x/java/ads/protocol/Plc4x2AdsProtocol.java |  33 +++++--
 .../ads/protocol/util/LittleEndianDecoder.java     |  20 ++++
 .../apache/plc4x/java/ads/ManualPlc4XAdsTest.java  |  49 ++++++++++
 .../ads/connection/AdsSerialPlcConnectionTest.java |  17 +++-
 .../ads/connection/AdsTcpPlcConnectionTests.java   |  15 ++-
 .../java/ads/protocol/Plc4x2AdsProtocolTest.java   |   5 +-
 14 files changed, 349 insertions(+), 26 deletions(-)
 create mode 100644 
plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/model/SymbolicAdsAddress.java
 create mode 100644 
plc4j/protocols/ads/src/test/java/org/apache/plc4x/java/ads/ManualPlc4XAdsTest.java

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

Reply via email to