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/19 20:34:43 UTC

[plc4x] branch plc4j/profinet updated (8853e94ce -> 9eec83228)

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 8853e94ce feat(plc4j/profinet): Fixed parsing of PnIo_CyclicServiceDataUnit into an array of bytes. This needs to be parsed into the format from the gsd file.
     add 9eec83228 feat(plc4j/profinet): Cleaned up a little and added the IODataObject to the cyclic write packets.

No new revisions were added by this update.

Summary of changes:
 .../profinet/config/ProfinetConfiguration.java     |  3 --
 .../profinet/context/ProfinetDriverContext.java    |  2 --
 .../plc4x/java/profinet/device/ProfinetDevice.java | 37 ++++++++++++++++++++--
 .../device/ProfinetDeviceMessageHandler.java       |  5 ---
 .../profinet/device/ProfinetMessageWrapper.java    | 10 ------
 .../profinet/device/ProfinetPacketHandler.java     | 28 ----------------
 .../java/profinet/device/ProfinetRunnable.java     |  1 -
 .../profinet/device/ProfinetUdpMessageHandler.java |  3 --
 .../profinet/discovery/ProfinetPlcDiscoverer.java  |  1 -
 .../profinet/protocol/ProfinetProtocolLogic.java   | 10 ------
 .../resources/protocols/profinet/profinet.mspec    | 12 +++++++
 11 files changed, 47 insertions(+), 65 deletions(-)
 delete mode 100644 plc4j/drivers/profinet/src/main/java/org/apache/plc4x/java/profinet/device/ProfinetPacketHandler.java