Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.AggregateConfiguration
Packages that use AggregateConfiguration
-
Uses of AggregateConfiguration in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return AggregateConfigurationModifier and TypeMethodDescriptionAggregateConfiguration.Codec.decodeType(EncodingContext context, UaDecoder decoder) AggregateFilter.getAggregateConfiguration()ReadProcessedDetails.getAggregateConfiguration()AggregateFilterResult.getRevisedAggregateConfiguration()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type AggregateConfigurationMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type AggregateConfigurationModifier and TypeMethodDescriptionvoidAggregateConfiguration.Codec.encodeType(EncodingContext context, UaEncoder encoder, AggregateConfiguration value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type AggregateConfigurationModifierConstructorDescriptionAggregateFilter(DateTime startTime, NodeId aggregateType, Double processingInterval, AggregateConfiguration aggregateConfiguration) AggregateFilterResult(DateTime revisedStartTime, Double revisedProcessingInterval, AggregateConfiguration revisedAggregateConfiguration) ReadProcessedDetails(DateTime startTime, DateTime endTime, Double processingInterval, NodeId @Nullable [] aggregateType, AggregateConfiguration aggregateConfiguration)