open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
UA_VariableTypeNode Struct Reference

#include <nodestore.h>

Data Fields

UA_NodeHead head
 
UA_NodeId dataType
 
UA_Int32 valueRank
 
size_t arrayDimensionsSize
 
UA_UInt32arrayDimensions
 
UA_ValueBackend valueBackend
 
UA_ValueSource valueSource
 
union { 
 
   struct { 
 
      UA_DataValue   value 
 
      UA_ValueCallback   callback 
 
   }   data 
 
   UA_DataSource   dataSource 
 
value 
 
UA_Boolean isAbstract
 
UA_NodeTypeLifecycle lifecycle
 

Detailed Description

Definition at line 494 of file nodestore.h.

Field Documentation

◆ head

UA_NodeHead UA_VariableTypeNode::head

Definition at line 495 of file nodestore.h.

◆ dataType

UA_NodeId UA_VariableTypeNode::dataType

Definition at line 496 of file nodestore.h.

◆ valueRank

UA_Int32 UA_VariableTypeNode::valueRank

Definition at line 496 of file nodestore.h.

◆ arrayDimensionsSize

size_t UA_VariableTypeNode::arrayDimensionsSize

Definition at line 496 of file nodestore.h.

◆ arrayDimensions

UA_UInt32* UA_VariableTypeNode::arrayDimensions

Definition at line 496 of file nodestore.h.

◆ valueBackend

UA_ValueBackend UA_VariableTypeNode::valueBackend

Definition at line 496 of file nodestore.h.

◆ valueSource

UA_ValueSource UA_VariableTypeNode::valueSource

Definition at line 496 of file nodestore.h.

◆ value [1/2]

UA_DataValue UA_VariableTypeNode::value

Definition at line 496 of file nodestore.h.

◆ callback

UA_ValueCallback UA_VariableTypeNode::callback

Definition at line 496 of file nodestore.h.

◆ [struct]

struct { ... } UA_VariableTypeNode::data

◆ dataSource

UA_DataSource UA_VariableTypeNode::dataSource

Definition at line 496 of file nodestore.h.

◆ [union] [2/2]

union { ... } UA_VariableTypeNode::value

◆ isAbstract

UA_Boolean UA_VariableTypeNode::isAbstract

Definition at line 497 of file nodestore.h.

◆ lifecycle

UA_NodeTypeLifecycle UA_VariableTypeNode::lifecycle

Definition at line 500 of file nodestore.h.


The documentation for this struct was generated from the following file: