|
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 |
| char * | executable |
| char * | userExecutable |
Definition at line 219 of file NodesetLoader.h.
| NL_BrowseName NL_MethodNode::browseName |
Definition at line 221 of file NodesetLoader.h.
| NL_LocalizedText NL_MethodNode::description |
Definition at line 221 of file NodesetLoader.h.
| NL_LocalizedText NL_MethodNode::displayName |
Definition at line 221 of file NodesetLoader.h.
| char* NL_MethodNode::executable |
Definition at line 223 of file NodesetLoader.h.
| void* NL_MethodNode::extension |
Definition at line 221 of file NodesetLoader.h.
| NL_Reference* NL_MethodNode::hierachicalRefs |
Definition at line 221 of file NodesetLoader.h.
| UA_NodeId NL_MethodNode::id |
Definition at line 221 of file NodesetLoader.h.
| NL_NodeClass NL_MethodNode::nodeClass |
Definition at line 221 of file NodesetLoader.h.
| NL_Reference* NL_MethodNode::nonHierachicalRefs |
Definition at line 221 of file NodesetLoader.h.
| UA_NodeId NL_MethodNode::parentNodeId |
Definition at line 222 of file NodesetLoader.h.
| NL_Reference* NL_MethodNode::unknownRefs |
Definition at line 221 of file NodesetLoader.h.
| char* NL_MethodNode::userExecutable |
Definition at line 224 of file NodesetLoader.h.
| char* NL_MethodNode::writeMask |
Definition at line 221 of file NodesetLoader.h.