|
open62541 1.3.15
Open source implementation of OPC UA
|
#include <nodestore.h>
Data Fields | ||
| UA_ValueBackendType | backendType | |
| union { | ||
| struct { | ||
| UA_DataValue value | ||
| UA_ValueCallback callback | ||
| } internal | ||
| UA_DataSource dataSource | ||
| struct { | ||
| UA_DataValue ** value | ||
| UA_ExternalValueCallback callback | ||
| } external | ||
| } | backend | |
Definition at line 443 of file nodestore.h.
| union { ... } UA_ValueBackend::backend |
| UA_ValueBackendType UA_ValueBackend::backendType |
Definition at line 444 of file nodestore.h.
| UA_ValueCallback UA_ValueBackend::callback |
Definition at line 448 of file nodestore.h.
| UA_ExternalValueCallback UA_ValueBackend::callback |
Definition at line 453 of file nodestore.h.
| UA_DataSource UA_ValueBackend::dataSource |
Definition at line 450 of file nodestore.h.
| struct { ... } UA_ValueBackend::external |
| struct { ... } UA_ValueBackend::internal |
| UA_DataValue UA_ValueBackend::value |
Definition at line 447 of file nodestore.h.
| UA_DataValue** UA_ValueBackend::value |
Definition at line 452 of file nodestore.h.