瀏覽代碼

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()```