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
 

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
 java.lang.String FilterClampModule.release(Actuator actuator)
          The clamps on the carousel are locked automaticaly when the filter comes at the standby position.
 void FlipRailModule.setActuator(Actuator actuator)
           
 void CarouselModule.setClampActuatorXminus(Actuator clampActuator)
           
 void CarouselModule.setClampActuatorXplus(Actuator clampActuator)
           
 java.lang.String FilterClampModule.unlock(Actuator actuator)
          Unlock the clamp when a filter is locked by the clamp.
 

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

Methods in org.lsst.ccs.subsystems.fcs.common with parameters of type Actuator
 java.lang.String FilterClamp.release(Actuator actuator)
           
 java.lang.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 ClampActuatorModule
          This is 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 SimuActuatorModule
           
 class SimuFlipRailActuator
           
 



Copyright © 2012 LSST. All Rights Reserved.