ソースを参照

Added/Split-off of node-relations tutorial

ichrispa 9 年 前
コミット
9226ecb4fd
共有1 個のファイルを変更した10 個の追加11 個の削除を含む
  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()```