Structure PHXDATAHISTORYLib::DataHistoryVariableStruct
Last update: 16.07.2025
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 105)
The DataHistoryVariableStruct is used to store the data and metadata for a variable. used by addVariableStruct
Members
Public attributes
Variable index
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 110)
VARIANT PHXDATAHISTORYLib::DataHistoryVariableStruct::index
Either a 0 based index to the Variable, or the name of a Variable.
Type: VARIANT
Variable varValue
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 114)
VARIANT PHXDATAHISTORYLib::DataHistoryVariableStruct::varValue
The value of the Variable.
Type: VARIANT
Variable isValid
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 118)
boolean PHXDATAHISTORYLib::DataHistoryVariableStruct::isValid
Whether this value is valid.
Type: boolean
Variable isModified
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 122)
boolean PHXDATAHISTORYLib::DataHistoryVariableStruct::isModified
Whether this value's modified flag is set.
Type: boolean
Variable metadata
Definition: LIBS/DataExplorer/PHXDataHistory/PHXDataHistory.odl (line 126)
DataHistoryVariableMetadataStruct PHXDATAHISTORYLib::DataHistoryVariableStruct::metadata
The metadata for the Variable