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

Packages that use Actuator
org.lsst.ccs.subsystems.fcs This package is for the control software of the LSST camera Filter Exchanger Subsystem. 
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.drivers This package is for the software which communicates with the drivers of the real hardware. 
org.lsst.ccs.subsystems.fcs.simulation This package is for the simulators of the Filter Exchanger hardware. 
 

Uses of Actuator in org.lsst.ccs.subsystems.fcs
 

Classes in org.lsst.ccs.subsystems.fcs that implement Actuator
 class ClampActuatorModule
          A model for the clamp actuator.
 

Methods in org.lsst.ccs.subsystems.fcs that return Actuator
 Actuator FlipRailModule.getActuator()
           
 Actuator CarouselModule.getClampActuatorXminus()
           
 Actuator CarouselModule.getClampActuatorXplus()
           
 

Methods in org.lsst.ccs.subsystems.fcs with parameters of type Actuator
 void FlipRailModule.setActuator(Actuator actuator)
           
 void CarouselModule.setClampActuatorXminus(Actuator clampActuator)
           
 void CarouselModule.setClampActuatorXplus(Actuator clampActuator)
           
 

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

Methods in org.lsst.ccs.subsystems.fcs.common with parameters of type Actuator
 String FilterClamp.release(Actuator actuator)
           
 String FilterClamp.unlock(Actuator actuator)
           
 

Uses of Actuator in org.lsst.ccs.subsystems.fcs.drivers
 

Classes in org.lsst.ccs.subsystems.fcs.drivers that implement Actuator
 class CanOpenClampActuatorModule
          This deviceErrorFile a model for the clamp actuator in the Single Filter Test.
 

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

Classes in org.lsst.ccs.subsystems.fcs.simulation that implement Actuator
 class SimuClampActuatorModule
           
 class SimuFlipRailActuator
           
 



Copyright © 2012 LSST. All Rights Reserved.