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

Packages that use Latch
org.lsst.ccs.subsystems.fcs This package is for the control software of the LSST camera Filter Exchanger Subsystem. 
org.lsst.ccs.subsystems.fcs.simulation This package is for the simulators of the Filter Exchanger hardware. 
 

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

Methods in org.lsst.ccs.subsystems.fcs that return Latch
 Latch CarouselModule.getLatch()
           
 Latch AutoChangerModule.getOnlineClamp()
           
 Latch BasicAutoChangerModule.getStandbyLatch()
           
 

Methods in org.lsst.ccs.subsystems.fcs with parameters of type Latch
 void CarouselModule.setLatch(Latch latch)
           
 void AutoChangerModule.setOnlineClamp(Latch onlineClamp)
           
 void BasicAutoChangerModule.setStandbyLatch(Latch standbyLatch)
           
 

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

Classes in org.lsst.ccs.subsystems.fcs.simulation that implement Latch
 class SimuLatch
          A simulated latch for the carousel.
 



Copyright © 2011 LSST. All Rights Reserved.