|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <NodesetLoader.h>
Data Fields | |
| NL_NodeClass | nodeClass |
| UA_NodeId | id |
| NL_BrowseName | browseName |
| NL_LocalizedText | displayName |
| NL_LocalizedText | description |
| char * | writeMask |
| NL_Reference * | hierachicalRefs |
| NL_Reference * | nonHierachicalRefs |
| NL_Reference * | unknownRefs |
| void * | extension |
| UA_NodeId | parentNodeId |
| UA_NodeId | datatype |
| char * | arrayDimensions |
| char * | valueRank |
| char * | accessLevel |
| char * | userAccessLevel |
| char * | historizing |
| char * | minimumSamplingInterval |
| NL_Value * | value |
| NL_Reference * | refToTypeDef |
Definition at line 177 of file NodesetLoader.h.
| char* NL_VariableNode::accessLevel |
Definition at line 184 of file NodesetLoader.h.
| char* NL_VariableNode::arrayDimensions |
Definition at line 182 of file NodesetLoader.h.
| NL_BrowseName NL_VariableNode::browseName |
Definition at line 179 of file NodesetLoader.h.
| UA_NodeId NL_VariableNode::datatype |
Definition at line 181 of file NodesetLoader.h.
| NL_LocalizedText NL_VariableNode::description |
Definition at line 179 of file NodesetLoader.h.
| NL_LocalizedText NL_VariableNode::displayName |
Definition at line 179 of file NodesetLoader.h.
| void* NL_VariableNode::extension |
Definition at line 179 of file NodesetLoader.h.
| NL_Reference* NL_VariableNode::hierachicalRefs |
Definition at line 179 of file NodesetLoader.h.
| char* NL_VariableNode::historizing |
Definition at line 186 of file NodesetLoader.h.
| UA_NodeId NL_VariableNode::id |
Definition at line 179 of file NodesetLoader.h.
| char* NL_VariableNode::minimumSamplingInterval |
Definition at line 187 of file NodesetLoader.h.
| NL_NodeClass NL_VariableNode::nodeClass |
Definition at line 179 of file NodesetLoader.h.
| NL_Reference* NL_VariableNode::nonHierachicalRefs |
Definition at line 179 of file NodesetLoader.h.
| UA_NodeId NL_VariableNode::parentNodeId |
Definition at line 180 of file NodesetLoader.h.
| NL_Reference* NL_VariableNode::refToTypeDef |
Definition at line 189 of file NodesetLoader.h.
| NL_Reference* NL_VariableNode::unknownRefs |
Definition at line 179 of file NodesetLoader.h.
| char* NL_VariableNode::userAccessLevel |
Definition at line 185 of file NodesetLoader.h.
| NL_Value* NL_VariableNode::value |
Definition at line 188 of file NodesetLoader.h.
| char* NL_VariableNode::valueRank |
Definition at line 183 of file NodesetLoader.h.
| char* NL_VariableNode::writeMask |
Definition at line 179 of file NodesetLoader.h.