|
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 |
| char * | isAbstract |
| UA_NodeId | datatype |
| char * | arrayDimensions |
| char * | valueRank |
Definition at line 122 of file NodesetLoader.h.
| char* NL_VariableTypeNode::arrayDimensions |
Definition at line 127 of file NodesetLoader.h.
| NL_BrowseName NL_VariableTypeNode::browseName |
Definition at line 124 of file NodesetLoader.h.
| UA_NodeId NL_VariableTypeNode::datatype |
Definition at line 126 of file NodesetLoader.h.
| NL_LocalizedText NL_VariableTypeNode::description |
Definition at line 124 of file NodesetLoader.h.
| NL_LocalizedText NL_VariableTypeNode::displayName |
Definition at line 124 of file NodesetLoader.h.
| void* NL_VariableTypeNode::extension |
Definition at line 124 of file NodesetLoader.h.
| NL_Reference* NL_VariableTypeNode::hierachicalRefs |
Definition at line 124 of file NodesetLoader.h.
| UA_NodeId NL_VariableTypeNode::id |
Definition at line 124 of file NodesetLoader.h.
| char* NL_VariableTypeNode::isAbstract |
Definition at line 125 of file NodesetLoader.h.
| NL_NodeClass NL_VariableTypeNode::nodeClass |
Definition at line 124 of file NodesetLoader.h.
| NL_Reference* NL_VariableTypeNode::nonHierachicalRefs |
Definition at line 124 of file NodesetLoader.h.
| NL_Reference* NL_VariableTypeNode::unknownRefs |
Definition at line 124 of file NodesetLoader.h.
| char* NL_VariableTypeNode::valueRank |
Definition at line 128 of file NodesetLoader.h.
| char* NL_VariableTypeNode::writeMask |
Definition at line 124 of file NodesetLoader.h.