High Performance OPC UA Server SDK  1.2.0.193
Predefined Node Handles.

This contains a list of predefined node handles of often used nodes and reference types of NS0 to avoid many ua_node_find0 calls. More...

Variables

ua_node_t UA_NODE_HASPROPERTY = UA_NODE_INVALID
 
ua_node_t UA_NODE_HASCOMPONENT = UA_NODE_INVALID
 
ua_node_t UA_NODE_HASEVENTSOURCE = UA_NODE_INVALID
 
ua_node_t UA_NODE_HASNOTIFIER = UA_NODE_INVALID
 
ua_node_t UA_NODE_HASTYPEDEFINITION = UA_NODE_INVALID
 
ua_node_t UA_NODE_HASSUBTYPE = UA_NODE_INVALID
 
ua_node_t UA_NODE_HASMODELLINGRULE = UA_NODE_INVALID
 
ua_node_t UA_NODE_OBJECTSFOLDER = UA_NODE_INVALID
 
ua_node_t UA_NODE_SERVEROBJECT = UA_NODE_INVALID
 
ua_node_t UA_NODE_ORGANIZES = UA_NODE_INVALID
 
ua_node_t UA_NODE_HIERARCHICALREFERENCES = UA_NODE_INVALID
 
ua_node_t UA_NODE_NONHIERARCHICALREFERENCES = UA_NODE_INVALID
 
ua_node_t UA_NODE_FOLDERTYPE = UA_NODE_INVALID
 
ua_node_t UA_NODE_BASEDATAVARIABLETYPE = UA_NODE_INVALID
 
ua_node_t UA_NODE_PROPERTYTYPE = UA_NODE_INVALID
 
ua_node_t UA_NODE_BASEDATATYPE = UA_NODE_INVALID
 
ua_node_t UA_NODE_BASEOBJECTTYPE = UA_NODE_INVALID
 

Detailed Description

This contains a list of predefined node handles of often used nodes and reference types of NS0 to avoid many ua_node_find0 calls.

These handles are global variables which are set at startup to their correct values. The values are not known at compile time, because the handle depend on the loaded address space.