You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2023/05/31 07:42:22 UTC

[plc4x] branch develop updated (974138ec4a -> 8f9202a8f6)

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

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


    from 974138ec4a feat(eip): Started adding auto-discovery to the EIP driver.
     add a186463d17 chore(plc4j/s7): Some minor moving stuff around and documenting things.
     add 8f9202a8f6 chore(plc4j/profinet): Super minor code changes, mostly adding code comments for documentation.

No new revisions were added by this update.

Summary of changes:
 .../apache/plc4x/java/profinet/ProfinetDriver.java |  1 -
 .../profinet/config/ProfinetConfiguration.java     |  4 ++++
 .../plc4x/java/profinet/device/ProfinetDevice.java | 26 +++++++++++++---------
 .../profinet/discovery/ProfinetPlcDiscoverer.java  |  1 +
 .../profinet/protocol/ProfinetProtocolLogic.java   | 22 ++++++++++++++----
 .../plc4x/java/profinet/ManualProfinetIoTest.java  | 11 ++++++++-
 .../profinet/src/test/resources/logback-test.xml   |  2 +-
 .../apache/plc4x/java/s7/readwrite/S7Driver.java   |  1 -
 .../{connection => }/S7HGeneratedDriverBase.java   |  4 ++--
 .../connection/S7HDefaultNettyPlcConnection.java   |  4 ++++
 .../main/resources/protocols/profinet/lldp.mspec   |  1 +
 11 files changed, 57 insertions(+), 20 deletions(-)
 rename plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/{connection => }/S7HGeneratedDriverBase.java (98%)