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

Packages that use FilterClamp
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 FilterClamp in org.lsst.ccs.subsystems.fcs
 

Classes in org.lsst.ccs.subsystems.fcs that implement FilterClamp
 class FilterClampModule
          An abstract class which extends Module to model a clamp that holds a filter on the carousel.
 class FilterClampXminusModule
          This classe represents a ClampX- : a clamp which holds a filter on the carousel on the side X- It is a concrete class for the abstract class FilterClampModule.
 class FilterClampXplusModule
          This classe represents a ClampX+ : a clamp which holds a filter on the carousel on the side X+ It is a concrete class for the abstract class FilterClampModule.
 

Methods in org.lsst.ccs.subsystems.fcs that return FilterClamp
 FilterClamp CarouselSocket.getClampXminus()
           
 FilterClamp CarouselSocket.getClampXplus()
           
 

Methods in org.lsst.ccs.subsystems.fcs with parameters of type FilterClamp
 void CarouselSocket.setClampXminus(FilterClamp clampXminus)
          //FOR SPRING
 void CarouselSocket.setClampXplus(FilterClamp clampXplus)
          //FOR SPRING
 

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

Methods in org.lsst.ccs.subsystems.fcs.common with parameters of type FilterClamp
 java.lang.String FilterClampState.lock(FilterClamp filterClamp)
           
 java.lang.String FilterClampState.release(FilterClamp filterClamp)
           
 java.lang.String FilterClampState.unlock(FilterClamp filterClamp)
          A method to unlock a carousel clamp which is locked.
 

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

Classes in org.lsst.ccs.subsystems.fcs.drivers that implement FilterClamp
 class CanOpenFilterClampModule
          This is a Filter Clamp Module that is drived by a Can Open bus.
 

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

Classes in org.lsst.ccs.subsystems.fcs.simulation that implement FilterClamp
 class SimuFilterClampModule
          A very basic simulated filter clamp module.
 class SimuFilterClampXminusModule
           
 class SimuFilterClampXplusModule
           
 



Copyright © 2012 LSST. All Rights Reserved.