Class Interpolator.AnalogInterpolator
java.lang.Object
com.inductiveautomation.ignition.gateway.sqltags.history.query.processing.Interpolator
com.inductiveautomation.ignition.gateway.sqltags.history.query.processing.Interpolator.AnalogInterpolator
- Enclosing class:
- Interpolator
For analog tags, the value is ramps directly between the values
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.gateway.sqltags.history.query.processing.Interpolator
Interpolator.AnalogInterpolator, Interpolator.DiscreteInterpolator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ProcessedValue
interpolate
(long timestamp) "A" or "B" can be null, but the situation will be A < timestamp < B, if present.protected boolean
Methods inherited from class com.inductiveautomation.ignition.gateway.sqltags.history.query.processing.Interpolator
createAnalogInterpolator, createDiscreteInterpolator, getValueAt, interpolateDiscrete, interpolateLinear, update, valueFor, valueFor
-
Constructor Details
-
AnalogInterpolator
protected AnalogInterpolator()
-
-
Method Details
-
needsDoubles
protected boolean needsDoubles()- Specified by:
needsDoubles
in classInterpolator
-
interpolate
Description copied from class:Interpolator
"A" or "B" can be null, but the situation will be A < timestamp < B, if present.- Specified by:
interpolate
in classInterpolator
-