| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.core |
| Modifier and Type | Method and Description |
|---|---|
AggregateCalculator.AggregateCalculatorContinuationPoint |
AggregateCalculator.calculateAggregates(DateTime startTime,
DateTime endTime,
double processingIntervalInMillis,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
boolean useSteppedInterpolation,
AggregateCalculator.HistoryDataProvider history,
AggregateCalculator.AggregateCalculatorContinuationPoint continuationPoint,
HistoryData aggregateData)
Function for calculating the aggregate specified by the aggregateType NodeId from the list of
DataValues provided in values.
|
| Modifier and Type | Method and Description |
|---|---|
default Object |
HistoryManagerListener.onReadAtTimes(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object continuationPoint,
DateTime[] reqTimes,
Boolean useSimpleBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadAtTimeDetails.
|
default Object |
HistoryManagerListener.onReadProcessed(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
Double resampleInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadProcessedDetails The server should
return Aggregate values from the node history matching the requested timestamps.
|
default Object |
HistoryManagerListener.onReadRaw(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
protected Object |
HistoryManager.readAtTimes(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime[] reqTimes,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadAtTimeDetails.
|
protected Object |
HistoryManager.readProcessed(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
Double resampleInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadProcessedDetails.
|
protected Object |
HistoryManager.readRaw(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HistoryModifiedData
Generated on 2026-02-24 10:23:17
|
| Modifier and Type | Method and Description |
|---|---|
HistoryData |
HistoryData.Builder.build() |
HistoryData |
HistoryData.clone() |
Copyright © 2026. All rights reserved.