open62541 1.3.10
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
UA_DataValue Struct Reference

#include <types.h>

Data Fields

UA_Variant value
 
UA_DateTime sourceTimestamp
 
UA_DateTime serverTimestamp
 
UA_UInt16 sourcePicoseconds
 
UA_UInt16 serverPicoseconds
 
UA_StatusCode status
 
UA_Boolean hasValue: 1
 
UA_Boolean hasStatus: 1
 
UA_Boolean hasSourceTimestamp: 1
 
UA_Boolean hasServerTimestamp: 1
 
UA_Boolean hasSourcePicoseconds: 1
 
UA_Boolean hasServerPicoseconds: 1
 

Detailed Description

Definition at line 739 of file types.h.

Field Documentation

◆ value

UA_Variant UA_DataValue::value

Definition at line 740 of file types.h.

◆ sourceTimestamp

UA_DateTime UA_DataValue::sourceTimestamp

Definition at line 741 of file types.h.

◆ serverTimestamp

UA_DateTime UA_DataValue::serverTimestamp

Definition at line 742 of file types.h.

◆ sourcePicoseconds

UA_UInt16 UA_DataValue::sourcePicoseconds

Definition at line 743 of file types.h.

◆ serverPicoseconds

UA_UInt16 UA_DataValue::serverPicoseconds

Definition at line 744 of file types.h.

◆ status

UA_StatusCode UA_DataValue::status

Definition at line 745 of file types.h.

◆ hasValue

UA_Boolean UA_DataValue::hasValue

Definition at line 746 of file types.h.

◆ hasStatus

UA_Boolean UA_DataValue::hasStatus

Definition at line 747 of file types.h.

◆ hasSourceTimestamp

UA_Boolean UA_DataValue::hasSourceTimestamp

Definition at line 748 of file types.h.

◆ hasServerTimestamp

UA_Boolean UA_DataValue::hasServerTimestamp

Definition at line 749 of file types.h.

◆ hasSourcePicoseconds

UA_Boolean UA_DataValue::hasSourcePicoseconds

Definition at line 750 of file types.h.

◆ hasServerPicoseconds

UA_Boolean UA_DataValue::hasServerPicoseconds

Definition at line 751 of file types.h.


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