Pārlūkot izejas kodu

Added/Split-off of node-relations tutorial

ichrispa 9 gadi atpakaļ
vecāks
revīzija
9226ecb4fd
1 mainītis faili ar 10 papildinājumiem un 11 dzēšanām
  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()```