You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2019/05/19 19:39:06 UTC

[plc4x] 07/07: [Added] descriptive class comments to ManualPLC4XOpcua

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

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

commit 3c00fa3548e782d00dd15303ca10c4b5263f3f08
Author: Matthias Strljic <ma...@isw.uni-stuttgart.de>
AuthorDate: Tue May 14 14:41:03 2019 +0200

    [Added] descriptive class comments to ManualPLC4XOpcua
---
 .../test/java/org/apache/plc4x/java/opcua/ManualPLC4XOpcua.java   | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/ManualPLC4XOpcua.java b/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/ManualPLC4XOpcua.java
index 57d1f79..7708a89 100644
--- a/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/ManualPLC4XOpcua.java
+++ b/plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/ManualPLC4XOpcua.java
@@ -38,6 +38,14 @@ import java.util.Collections;
 import java.util.LinkedHashMap;
 import java.util.function.Consumer;
 /**
+ * This class serves only as a manual entry point for ad-hoc tests of the OPC UA PLC4J driver.
+ *
+ *
+ * The current version is tested against a public server, which is to be replaced later by a separate instance of the Milo framework.
+ * Afterwards the code represented here will be used as an example for the introduction page.
+ *
+ * TODO: replace current public server with local Milo instance
+ *
  * @author Matthias Milan Stlrljic
  * Created by Matthias Milan Stlrljic on 10.05.2019
  */