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

java.lang.Object
  extended by java.util.Observable
      extended by org.lsst.ccs.framework.Module
          extended by org.lsst.ccs.subsystems.fcs.FilterClampModule
              extended by org.lsst.ccs.subsystems.fcs.simulation.SimuFilterClampModule
                  extended by org.lsst.ccs.subsystems.fcs.simulation.SimuFilterClampXminusModule
All Implemented Interfaces:
Serializable, Observer, org.lsst.ccs.framework.Configurable

public class SimuFilterClampXminusModule
extends SimuFilterClampModule

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.simulation.SimuFilterClampModule
carousel, dummyFilter
 
Fields inherited from class org.lsst.ccs.subsystems.fcs.FilterClampModule
clampState, filterPresenceStatus, publishedByClampOutputName, temperature, updatingState
 
Fields inherited from class org.lsst.ccs.framework.Module
environment, log, name, nObserverThreads, registry, tickMillis
 
Constructor Summary
SimuFilterClampXminusModule()
           
 
Method Summary
 FcsEnumerations.FilterClampState computeClampState()
          Compute the global state of the clamp given the lock sensor and the presence filter sensor state.
 
Methods inherited from class org.lsst.ccs.subsystems.fcs.simulation.SimuFilterClampModule
getDummyFilter, initModule, setDummyFilter, updateTemperature
 
Methods inherited from class org.lsst.ccs.subsystems.fcs.FilterClampModule
getActuator, getClampState, getFilterPositionMaxValue, getFilterPositionMinValue, getFilterPositionOffset, getFilterPositionValueA, getFilterPositionValueB, getFilterPositionValueC, getFilterPresenceSensor, getFilterPresenceStatus, getLockSensor, getLockSensorMaxValue, getLockSensorMinValue, getLockSensorOffset, getLockSensorValueA, getLockSensorValueB, getLockSensorValueC, getLockStatus, getStatusData, getTemperature, getThermometer, isFilterEngaged, isLocked, release, setActuator, setFilterPositionMaxValue, setFilterPositionMinValue, setFilterPositionOffset, setFilterPositionValueA, setFilterPositionValueB, setFilterPositionValueC, setFilterPresenceSensor, setLockSensor, setLockSensorMaxValue, setLockSensorMinValue, setLockSensorOffset, setLockSensorValueA, setLockSensorValueB, setLockSensorValueC, setLockStatus, setThermometer, unlock, updateFilterPresenceStatus, updateLockStatus, updateStateWithSensors
 
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, toString, wait, wait, wait
 

Constructor Detail

SimuFilterClampXminusModule

public SimuFilterClampXminusModule()
Method Detail

computeClampState

public FcsEnumerations.FilterClampState computeClampState()
Description copied from class: FilterClampModule
Compute the global state of the clamp given the lock sensor and the presence filter sensor state. This has to be overriden for the clamp X-.

Overrides:
computeClampState in class FilterClampModule
Returns:
clamp state


Copyright © 2013 LSST. All Rights Reserved.