Skip to content

Commit

Permalink
added methods to example node set
Browse files Browse the repository at this point in the history
  • Loading branch information
huebl committed Apr 12, 2017
1 parent d5640de commit 96cc944
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 34 deletions.
5 changes: 5 additions & 0 deletions doc/ua/nodesetexample.bsd
@@ -1,5 +1,10 @@
<opc:TypeDictionary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://yourorganisation.org/NodeSetExample/" DefaultByteOrder="LittleEndian" xmlns:opc="http://opcfoundation.org/BinarySchema/" xmlns:ua="http://opcfoundation.org/UA/" TargetNamespace="http://yourorganisation.org/NodeSetExample/">
<opc:Import Namespace="http://opcfoundation.org/UA/"/>
<opc:StructuredType BaseType="ua:ExtensionObject" Name="MyComplexStructureType">
<opc:Field TypeName="opc:Double" Name="Element1"/>
<opc:Field TypeName="tns:MyStructureType" Name="Element2"/>
<opc:Field TypeName="tns:EnumSimpleType" Name="Element3"/>
</opc:StructuredType>
<opc:StructuredType BaseType="ua:ExtensionObject" Name="MyStructureType">
<opc:Field TypeName="opc:Bit" Name="Element3Specified"/>
<opc:Field Length="31" TypeName="opc:Bit" Name="Reserved1"/>
Expand Down
Binary file modified doc/ua/nodesetexample.ua
Binary file not shown.

0 comments on commit 96cc944

Please sign in to comment.