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 2023/01/17 11:44:54 UTC

[plc4x] branch plc4j/profinet updated (9bd97c1675 -> 6d142a3b62)

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 9bd97c1675 fix(plc4j/profinet): Refactoring the submodules, this stops us from having to repeatedly querying the gsd file directly.
     add 41ac28b516 fix(plc4j/profinet): Continue refactoring
     add 6d142a3b62 fix(readme): Flattening the tags returned by browsing.

No new revisions were added by this update.

Summary of changes:
 .../profinet/context/ProfinetDeviceContext.java    | 288 ++++-----------------
 .../plc4x/java/profinet/device/ProfinetDevice.java |  24 +-
 .../java/profinet/device/ProfinetEmptyModule.java  |  49 ++++
 .../plc4x/java/profinet/device/ProfinetModule.java |  20 ++
 .../java/profinet/device/ProfinetModuleImpl.java   | 250 +++++++++++++++++-
 .../java/profinet/gsdml/ProfinetDataItem.java      |  16 +-
 .../gsdml/ProfinetDeviceAccessPointItem.java       |  10 +
 .../java/profinet/gsdml/ProfinetDeviceItem.java    |  12 +
 .../java/profinet/gsdml/ProfinetModuleItem.java    |  10 +-
 .../profinet/protocol/ProfinetProtocolLogic.java   |   4 +-
 .../plc4x/java/profinet/tag/ProfinetTag.java       |  24 +-
 .../plc4x/java/profinet/ProfinetBrowseTests.java   |   9 +-
 .../java/profinet/ProfinetDeviceContextTests.java  |  39 +++
 .../drivers/profinet/src/test/resources/gsdml.xml  |   3 +-
 14 files changed, 477 insertions(+), 281 deletions(-)