org.lsst.ccs.subsystem.common
Class Scaler

java.lang.Object
  extended by java.util.Observable
      extended by org.lsst.ccs.framework.Module
          extended by org.lsst.ccs.subsystem.common.UnaryOpModule
              extended by org.lsst.ccs.subsystem.common.Scaler
All Implemented Interfaces:
Serializable, Observer, org.lsst.ccs.framework.Configurable

public class Scaler
extends UnaryOpModule

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.lsst.ccs.framework.Module
org.lsst.ccs.framework.Module.ValueUpdate
 
Nested classes/interfaces inherited from interface org.lsst.ccs.framework.Configurable
org.lsst.ccs.framework.Configurable.Environment
 
Field Summary
 
Fields inherited from class org.lsst.ccs.framework.Module
environment, log, name, nObserverThreads, registry, tickMillis
 
Constructor Summary
Scaler()
           
 
Method Summary
 double getA()
           
 double getB()
           
 Object processInput(String input, String output, Object val, long timeStamp)
           
 void setA(double a)
           
 void setB(double b)
           
 
Methods inherited from class org.lsst.ccs.subsystem.common.UnaryOpModule
getAttRegex, getPrefix, getSuffix, processUpdate, setAttRegex, setPrefix, setSuffix
 
Methods inherited from class org.lsst.ccs.framework.Module
alias, change, checkHardware, dropConfigurationContext, getAvailableCommands, getCheckedValueFromConfiguration, getChildren, getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, initModule, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, publishData, publishData, publishData, publishData, publishData, publishData, publishData, register, register, removeLogPanicState, sendToReply, sendToStatus, setBeanName, setContext, setEnvironment, setHandlerLevel, setLogLevel, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownCommand, shutdownNow, start, startTicking, tick, update
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scaler

public Scaler()
Method Detail

getA

public double getA()

setA

public void setA(double a)

getB

public double getB()

setB

public void setB(double b)

processInput

public Object processInput(String input,
                           String output,
                           Object val,
                           long timeStamp)
Specified by:
processInput in class UnaryOpModule


Copyright © 2013 LSST. All Rights Reserved.