public class Averager extends UnaryOpModule
| Constructor and Description |
|---|
Averager() |
| Modifier and Type | Method and Description |
|---|---|
long |
getDelayMillis() |
double |
getValue() |
Object |
processInput(String output,
String input,
Object val,
long timeStamp) |
protected void |
reset() |
void |
setDelayMillis(long delayMillis) |
void |
setValue(double value) |
protected void |
updateValue(String output) |
getAttRegex, getPrefix, getSuffix, processUpdate, setAttRegex, setPrefix, setSuffixgetNObserverThreads, getObservables, getTickMillis, init, initModule, listens, sendSignal, sendSignalWithTimeLimit, setNObserverThreads, setObservables, setTickMillis, shutdownNow, signal, startTicking, tick, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchange, dropSubmittedChanges, getChildren, getComponentByName, getEnvironment, getParent, getParentObject, getSubmittedChanges, isParameterConfigurable, postStart, printConfigurableParameters, setBulkParameter, start, submitChange, submitChanges, validateBulkChangepublic void setDelayMillis(long delayMillis)
public long getDelayMillis()
public double getValue()
public void setValue(double value)
protected void reset()
protected void updateValue(String output)
public Object processInput(String output, String input, Object val, long timeStamp)
processInput in class UnaryOpModuleCopyright © 2016 LSST. All rights reserved.