Package ch.psi.wica.services.channel
Interface WicaChannelValueFilter
- All Known Implementing Classes:
WicaChannelValueAveragingFilter,WicaChannelValueChangeDetectingFilter,WicaChannelValueFixedSamplingCycleFilter,WicaChannelValueLatestValueFilter,WicaChannelValuePassEverythingFilter,WicaChannelValueRateLimitingFilter
@Immutable
public interface WicaChannelValueFilter
-
Method Summary
Modifier and TypeMethodDescriptionapply(List<WicaChannelValue> inputList) Transforms the values in the input apply to the output apply using some configurable filtering algorithm.
-
Method Details
-
apply
Transforms the values in the input apply to the output apply using some configurable filtering algorithm.- Parameters:
inputList- the list of values to process.- Returns:
- the list of values that were produced from the processing step.
-