Module ua_node_set

Module ua_node_set 

Source
Expand description

Definition of types representing OPC UA NodeSet2 files.

Structs§

AccessLevel
Access level flags
AccessRestriction
Access restriction flags
AliasTable
List of aliases used in a nodeset.
ArrayDimensions
Array dimensions as a comma separated list of lengths
DataTypeDefinition
Data type definition.
DataTypeField
Field in a data type definition.
Duration
Duration as a floating point number of seconds
EventNotifier
Node event notifier
ListOfReferences
List of references in a node definition.
ListOfRolePermissions
List of role permissions.
Locale
A text locale
LocalizedText
A localized text with a body and a locale.
ModelTable
Table containing models defined in a nodeset file.
ModelTableEntry
Description of a model contained in a nodeset file.
NodeId
An OPC-UA node ID or alias
NodeIdAlias
Entry in the alias table.
NodeSet2
Struct representing a NodeSet2.xml file.
NodeSetStatus
Status of a node set change element.
NodeSetStatusList
List of statuses for a node set change.
NodeToDelete
Node that should be deleted.
NodesToAdd
List of nodes to add.
NodesToDelete
List of nodes to delete.
QualifiedName
An OPC-UA QualifiedName on the form Name:Index
Reference
A reference defined inside a node.
ReferenceChange
Reference being created or deleted.
ReferencesToChange
List of references to add or remove.
RolePermission
Role permission for a node.
StructureTranslationType
Structure translation.
SymbolicName
Symbolic name.
UADataType
Data type defined in a node set file.
UAInstance
Base type for node instances.
UAMethod
Method defined in a node set file.
UAMethodArgument
Argument of a method in a node set file.
UANodeBase
Common fields for nodeset nodes.
UANodeSet
A full OPC-UA node set.
UANodeSetChanges
Differential update of a node set.
UANodeSetChangesStatus
Status of a node set change.
UAObject
OPC UA Object in a nodeset.
UAObjectType
Object type defined in a node set file.
UAReferenceType
Reference type defined in a ndoe set file.
UAType
Base type for node set types.
UAVariable
Variable defined in a nodeset.
UAVariableType
Variable type defined in a node set file.
UAView
View defined in a node set file.
UriTable
List of URIs.
Value
Variable initial value.
ValueRank
Variable value rank
WriteMask
A node write mask

Enums§

DataTypePurpose
Purpose of a data type in a node set.
ReleaseStatus
Status of a node set.
TranslationType
Translation variant.
UANode
A NodeSet2 node.

Functions§

load_nodeset2_file
Load a NodeSet2 file from an XML file. document is the content of a NodeSet2.xml file.