C++ Based OPC UA Client/Server SDK  1.5.5.355
AggregateCalculator::SubRegion Struct Reference

A subset of a slice bounded by two raw data points. More...

#include <aggregatecalculator.h>

Public Attributes

double StartValue
 The value at the start of the region. More...
 
double EndValue
 The value at the end of the region. More...
 
UaDateTime StartTime
 The timestamp at the start of the region. More...
 
double Duration
 The length of the region. More...
 
UaStatusCode StatusCode
 The status for the region. More...
 
UaDataValue DataPoint
 The data point at the start of the region. More...
 

Detailed Description

A subset of a slice bounded by two raw data points.

Member Data Documentation

UaDataValue AggregateCalculator::SubRegion::DataPoint

The data point at the start of the region.

double AggregateCalculator::SubRegion::Duration

The length of the region.

double AggregateCalculator::SubRegion::EndValue

The value at the end of the region.

UaDateTime AggregateCalculator::SubRegion::StartTime

The timestamp at the start of the region.

double AggregateCalculator::SubRegion::StartValue

The value at the start of the region.

UaStatusCode AggregateCalculator::SubRegion::StatusCode

The status for the region.


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