소스 검색

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