Package ch.psi.wica.services.channel
package ch.psi.wica.services.channel
Classes providing support for the high level services associated with a wica channel.
-
ClassDescriptionA service for polling EPICS channels at a configurable rate and for publishing the results using the Spring event service.A filter that writes a new value to the output list based on the average of the previous X samples provided.A filter that writes a new value to the output list every time the input signal makes a change whose absolute value exceeds the configured deadband.A filter that returns an output list which includes one-in-every-M values taken from the input list over successive invocations.A filter that returns an output list with the most recent N values taken from the input list.A filter that returns an output list with all input values passed through unchanged.A filter that returns an output list with values taken from the input list periodically according to the value's timestamp.