org.lsst.ccs.subsystems.shutter.simulator
Class ShutterSimulator

java.lang.Object
  extended by java.util.Observable
      extended by org.lsst.ccs.framework.Module
          extended by org.lsst.ccs.subsystems.shutter.simulator.ShutterSimulator
All Implemented Interfaces:
Serializable, Observer

public class ShutterSimulator
extends org.lsst.ccs.framework.Module

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.lsst.ccs.framework.Module
org.lsst.ccs.framework.Module.ValueUpdate
 
Field Summary
 
Fields inherited from class org.lsst.ccs.framework.Module
log, name, nObserverThreads, registry, tickMillis
 
Constructor Summary
ShutterSimulator()
           
 
Method Summary
 List<MotorHistory> getHistories()
           
 boolean isExposureActive()
           
 void postMovementToStatusBus(String motorName)
           
 void takeImage(double exposureTimeSeconds, double openTimeSeconds)
           
 
Methods inherited from class org.lsst.ccs.framework.Module
getContext, getModule, getName, getNObserverThreads, getObservables, getSubsystem, getTickMillis, init, initModule, listens, processUpdate, publishData, publishData, publishData, publishData, sendToReply, sendToStatus, setBeanName, setContext, setName, setNObserverThreads, setObservables, setStateModularSubsystem, setStateModularSubsystem, setTickMillis, shutdownNow, start, 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

ShutterSimulator

public ShutterSimulator()
Method Detail

getHistories

public List<MotorHistory> getHistories()

isExposureActive

public boolean isExposureActive()

takeImage

public void takeImage(double exposureTimeSeconds,
                      double openTimeSeconds)

postMovementToStatusBus

public void postMovementToStatusBus(String motorName)


Copyright © 2012 LSST. All Rights Reserved.