Procházet zdrojové kódy

Added/Split-off of node-relations tutorial

ichrispa před 9 roky
rodič
revize
9226ecb4fd
1 změnil soubory, kde provedl 10 přidání a 11 odebrání
  1. 10 11
      doc/tutorial_noderelations.rst

+ 10 - 11
doc/tutorial_noderelations.rst

@@ -3,7 +3,17 @@ Examining and interacting with node relations
 
 In the past tutorials you learned to compile the stack in various configurations, create/delete nodes and manage variables. The core of OPC UA are it's data modelling capabilities, and you will invariably find yourself confronted to investigate these relations during runtime. This tutorial will show you how to interact with object and types hierarchies and how to create your own.
 
+Compile XML Namespaces
+----------------------
+
+Stasiks comfy CMake method.
+
+Manual script call.
 
+Creating object instances
+-------------------------
+
+``` UA_(Server|Client)_createInstanceOf()```
 
 
 Iterating over Child nodes
@@ -18,14 +28,3 @@ Examining node copies
 
 ``` UA_(Server|Client)_destroyNodeCopy()```
 
-Compile XML Namespaces
-----------------------
-
-Stasiks comfy CMake method.
-
-Manual script call.
-
-Creating object instances
--------------------------
-
-``` UA_(Server|Client)_createInstanceOf()```