|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <nodestore.h>
Every Node starts with these attributes.
Definition at line 300 of file nodestore.h.
| UA_QualifiedName UA_NodeHead::browseName |
Definition at line 303 of file nodestore.h.
| UA_Boolean UA_NodeHead::constructed |
Definition at line 321 of file nodestore.h.
| void* UA_NodeHead::context |
Definition at line 320 of file nodestore.h.
| UA_LocalizedTextListEntry* UA_NodeHead::description |
Definition at line 313 of file nodestore.h.
| UA_LocalizedTextListEntry* UA_NodeHead::displayName |
Definition at line 312 of file nodestore.h.
| UA_MonitoredItem* UA_NodeHead::monitoredItems |
Definition at line 323 of file nodestore.h.
| UA_NodeClass UA_NodeHead::nodeClass |
Definition at line 302 of file nodestore.h.
| UA_NodeId UA_NodeHead::nodeId |
Definition at line 301 of file nodestore.h.
| UA_NodeReferenceKind* UA_NodeHead::references |
Definition at line 317 of file nodestore.h.
| size_t UA_NodeHead::referencesSize |
Definition at line 316 of file nodestore.h.
| UA_UInt32 UA_NodeHead::writeMask |
Definition at line 315 of file nodestore.h.