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/10/10 15:32:16 UTC

[plc4x] branch plc4j/profinet updated (2f603d149 -> a0e1b6c97)

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 2f603d149 feat(plc4j/profinet): Added basic test case
     add a0e1b6c97 feat(plc4j/profinet): Add GSD directory Configuration Parameter and cleaned up device parameter

No new revisions were added by this update.

Summary of changes:
 .../profinet/config/ProfinetConfiguration.java     | 51 +++++++++++++++--
 .../device/ProfinetDeviceMessageHandler.java       | 17 +++---
 .../profinet/protocol/ProfinetProtocolLogic.java   |  6 +-
 .../profinet/gsdml/ProfinetConfigurationTests.java | 66 ++++++++++++++++++++++
 .../profinet/gsdml/ProfinetGSDMLParseTest.java     |  7 +++
 5 files changed, 130 insertions(+), 17 deletions(-)
 create mode 100644 plc4j/drivers/profinet/src/test/java/org/apache/plc4x/java/profinet/gsdml/ProfinetConfigurationTests.java