Skip to content

Commit

Permalink
[Added] descriptive class comments to ManualPLC4XOpcua
Browse files Browse the repository at this point in the history
  • Loading branch information
nalim2 authored and JulianFeinauer committed May 19, 2019
1 parent 21da7e6 commit 3c00fa3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ Licensed to the Apache Software Foundation (ASF) under one
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
*/
Expand Down

0 comments on commit 3c00fa3

Please sign in to comment.