|
open62541 1.3.15
Open source implementation of OPC UA
|
#include <nodestore.h>
Every Node starts with these attributes.
Definition at line 277 of file nodestore.h.
| UA_QualifiedName UA_NodeHead::browseName |
Definition at line 280 of file nodestore.h.
| UA_Boolean UA_NodeHead::constructed |
Definition at line 289 of file nodestore.h.
| void* UA_NodeHead::context |
Definition at line 288 of file nodestore.h.
| UA_LocalizedText UA_NodeHead::description |
Definition at line 282 of file nodestore.h.
| UA_LocalizedText UA_NodeHead::displayName |
Definition at line 281 of file nodestore.h.
| UA_MonitoredItem* UA_NodeHead::monitoredItems |
Definition at line 291 of file nodestore.h.
| UA_NodeClass UA_NodeHead::nodeClass |
Definition at line 279 of file nodestore.h.
| UA_NodeId UA_NodeHead::nodeId |
Definition at line 278 of file nodestore.h.
| UA_NodeReferenceKind* UA_NodeHead::references |
Definition at line 285 of file nodestore.h.
| size_t UA_NodeHead::referencesSize |
Definition at line 284 of file nodestore.h.
| UA_UInt32 UA_NodeHead::writeMask |
Definition at line 283 of file nodestore.h.