AggregateCalculator.AggregateCalculatorContinuationPoint |
AggregateCalculator.calculateAggregates(org.opcfoundation.ua.builtintypes.DateTime startTime,
org.opcfoundation.ua.builtintypes.DateTime endTime,
double processingIntervalInMillis,
org.opcfoundation.ua.builtintypes.NodeId aggregateType,
org.opcfoundation.ua.core.AggregateConfiguration aggregateConfiguration,
boolean useSteppedInterpolation,
AggregateCalculator.HistoryDataProvider history,
AggregateCalculator.AggregateCalculatorContinuationPoint continuationPoint,
org.opcfoundation.ua.core.HistoryData aggregateData)
Function for calculating the aggregate specified by the aggregateType NodeId from the list of
DataValues provided in values. |