Uses of Interface
org.lsst.ccs.subsystems.fcs.common.EngineState

Packages that use EngineState
org.lsst.ccs.subsystems.fcs.common This packages is for the interfaces or abstract classes that are common for all the subpackages. 
org.lsst.ccs.subsystems.fcs.simulation This package is for the simulators of the Filter Exchanger hardware. 
 

Uses of EngineState in org.lsst.ccs.subsystems.fcs.common
 

Fields in org.lsst.ccs.subsystems.fcs.common declared as EngineState
static EngineState EngineState.ERROR
           
static EngineState EngineState.RUNNING
           
static EngineState EngineState.STOP
           
 

Methods in org.lsst.ccs.subsystems.fcs.common that return EngineState
 EngineState Motor.getEngineState()
           
 

Methods in org.lsst.ccs.subsystems.fcs.common with parameters of type EngineState
 void Motor.setEngineState(EngineState engineState)
           
 

Uses of EngineState in org.lsst.ccs.subsystems.fcs.simulation
 

Classes in org.lsst.ccs.subsystems.fcs.simulation that implement EngineState
 class ErrorState
          This is the concrete state where we know what to be done when the engine is in the state "error".
 class RunningState
          This is the concrete state where we know what to be done when the engine is in the state "running".
 class StopState
          This is the concrete state where we know what to be done when the engine is in the state "Stop".
 

Methods in org.lsst.ccs.subsystems.fcs.simulation that return EngineState
 EngineState SimulatedMotor.getEngineState()
           
 

Methods in org.lsst.ccs.subsystems.fcs.simulation with parameters of type EngineState
 void SimulatedMotor.setEngineState(EngineState engineState)
           
 



Copyright © 2013 LSST. All Rights Reserved.