org.lsst.ccs.subsystems.fcs.simulation
Class SimuClampLockSensor

java.lang.Object
  extended by java.util.Observable
      extended by org.lsst.ccs.framework.Module
          extended by org.lsst.ccs.subsystems.fcs.Sensor14bits
              extended by org.lsst.ccs.subsystems.fcs.simulation.SimuSensor14bits
                  extended by org.lsst.ccs.subsystems.fcs.simulation.SimuClampLockSensor
All Implemented Interfaces:
Serializable, Observer, org.lsst.ccs.framework.Configurable, Sensor

public class SimuClampLockSensor
extends SimuSensor14bits

Author:
virieux
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.subsystems.fcs.Sensor14bits
maxValue, minValue, value
 
Fields inherited from class org.lsst.ccs.framework.Module
environment, log, name, nObserverThreads, registry, tickMillis
 
Constructor Summary
SimuClampLockSensor()
           
 
Method Summary
 void simulateClampIsLOCKED(SimuFilterClampModule clamp)
           
 void simulateClampIsUNLOCKED(SimuFilterClampModule clamp)
           
 
Methods inherited from class org.lsst.ccs.subsystems.fcs.simulation.SimuSensor14bits
readNewValue, updateValue
 
Methods inherited from class org.lsst.ccs.subsystems.fcs.Sensor14bits
getValue, initModule, setValue, toString, updateValue
 
Methods inherited from class org.lsst.ccs.framework.Module
change, checkHardware, dropConfigurationContext, getCheckedValueFromConfiguration, getChildren, getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, listens, newConfigurationContext, notifyChange, notifyChangeWithoutPreliminaryChecks, processUpdate, publishData, publishData, publishData, publishData, register, register, sendToReply, sendToStatus, setBeanName, setContext, setEnvironment, 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, wait, wait, wait
 

Constructor Detail

SimuClampLockSensor

public SimuClampLockSensor()
Method Detail

simulateClampIsLOCKED

public void simulateClampIsLOCKED(SimuFilterClampModule clamp)

simulateClampIsUNLOCKED

public void simulateClampIsUNLOCKED(SimuFilterClampModule clamp)


Copyright © 2013 LSST. All Rights Reserved.