You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2022/11/25 20:41:35 UTC

[plc4x] branch plc4j/profinet updated (2f92d8c243 -> 26cdfe2129)

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

hutcheb pushed a change to branch plc4j/profinet
in repository https://gitbox.apache.org/repos/asf/plc4x.git


    from 2f92d8c243 fix(plc4j/profinet): Fix failing tests
     add 26cdfe2129 feat(plc4j/profinet): Started to add the browse functionality, which is need to get a list of available tags.

No new revisions were added by this update.

Summary of changes:
 .../apache/plc4x/java/profinet/ProfinetDriver.java |   12 +-
 .../profinet/config/ProfinetConfiguration.java     |   55 +-
 .../profinet/context/ProfinetDeviceContext.java    |  454 ++++++
 .../profinet/context/ProfinetDriverContext.java    |   73 +-
 .../java/profinet/device/ProfinetChannel.java      |    3 -
 .../plc4x/java/profinet/device/ProfinetDevice.java | 1441 +++++++++-----------
 .../profinet/device/ProfinetMessageWrapper.java    |   17 +-
 .../device/ProfinetSubscriptionHandle.java}        |   53 +-
 .../profinet/protocol/ProfinetProtocolLogic.java   |  124 +-
 .../plc4x/java/profinet/ManualProfinetIoTest.java  |   28 +-
 .../profinet/gsdml/ProfinetConfigurationTests.java |   21 +-
 11 files changed, 1333 insertions(+), 948 deletions(-)
 create mode 100644 plc4j/drivers/profinet/src/main/java/org/apache/plc4x/java/profinet/context/ProfinetDeviceContext.java
 copy plc4j/{spi/src/main/java/org/apache/plc4x/java/spi/model/DefaultPlcSubscriptionHandle.java => drivers/profinet/src/main/java/org/apache/plc4x/java/profinet/device/ProfinetSubscriptionHandle.java} (51%)