open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
UA_ValueBackend Struct Reference

#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 
 

Detailed Description

Definition at line 443 of file nodestore.h.

Field Documentation

◆ backendType

UA_ValueBackendType UA_ValueBackend::backendType

Definition at line 444 of file nodestore.h.

◆ value [1/2]

UA_DataValue UA_ValueBackend::value

Definition at line 447 of file nodestore.h.

◆ callback [1/2]

UA_ValueCallback UA_ValueBackend::callback

Definition at line 448 of file nodestore.h.

◆ [struct]

struct { ... } UA_ValueBackend::internal

◆ dataSource

UA_DataSource UA_ValueBackend::dataSource

Definition at line 450 of file nodestore.h.

◆ value [2/2]

UA_DataValue** UA_ValueBackend::value

Definition at line 452 of file nodestore.h.

◆ callback [2/2]

UA_ExternalValueCallback UA_ValueBackend::callback

Definition at line 453 of file nodestore.h.

◆ [struct]

struct { ... } UA_ValueBackend::external

◆ [union]

union { ... } UA_ValueBackend::backend

The documentation for this struct was generated from the following file: