Uses of Class
org.lsst.ccs.subsystems.fcs.FilterClampModule

Packages that use FilterClampModule
org.lsst.ccs.subsystems.fcs This package is for the control software of the LSST camera Filter Exchanger Subsystem. 
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 FilterClampModule in org.lsst.ccs.subsystems.fcs
 

Subclasses of FilterClampModule in org.lsst.ccs.subsystems.fcs
 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 FilterClampModule
 FilterClampModule CarouselModule.getClampXminus()
          This method returns the clampX- which is at standby position.
 FilterClampModule CarouselModule.getClampXplus()
          This method returns the clampX+ which is at standby position.
 

Methods in org.lsst.ccs.subsystems.fcs with parameters of type FilterClampModule
 void StatusDataPublishedByClamp.update(FilterClampModule clamp)
           
 

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

Subclasses of FilterClampModule in org.lsst.ccs.subsystems.fcs.drivers
 class CanOpenFilterClampModule
          This is a Filter Clamp Module that is drived by a Can Open bus.
 

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

Subclasses of FilterClampModule in org.lsst.ccs.subsystems.fcs.simulation
 class SimuFilterClampModule
          A very basic simulated filter clamp module.
 class SimuFilterClampXminusModule
           
 class SimuFilterClampXplusModule
           
 



Copyright © 2012 LSST. All Rights Reserved.