Uses of Class
org.lsst.ccs.subsystems.fcs.errors.HardwareErrorDetectedException

Packages that use HardwareErrorDetectedException
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.singlefiltertest This package is for the Single Filter Test control software. 
 

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

Methods in org.lsst.ccs.subsystems.fcs that throw HardwareErrorDetectedException
 java.lang.String CarouselModule.grabbeFilterAtStandby(Filter filter)
          This method has to be executed when a filter has just been moved on the carousel at standby position by the autochanger.
 java.lang.String CarouselModule.grabbeFilterAtStandby(java.lang.Object filterName)
           
 boolean CarouselSocket.isEmpty()
           
 boolean CarouselModule.isReadyToGrabbeAFilterAtStandby()
          This method let us know if the carousel is ready to receive a filter at standby position : - the carousel must not rotate - an empty socket is at standby position.
 java.lang.String FcsMainModule.moveFilterToOnline(java.lang.Object filterName)
          Move a filter to online position.
 void CarouselModule.removeFilterFromCarousel(Filter filter)
           
 void CarouselModule.ungrabbeFilterAtStandby(Filter filter)
           
 java.lang.String CarouselModule.unlockClamps(Filter filter)
           
 

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

Methods in org.lsst.ccs.subsystems.fcs.common that throw HardwareErrorDetectedException
 java.lang.String Carousel.unlockClamps(Filter filter)
           
 

Uses of HardwareErrorDetectedException in org.lsst.ccs.subsystems.fcs.singlefiltertest
 

Methods in org.lsst.ccs.subsystems.fcs.singlefiltertest that throw HardwareErrorDetectedException
 java.lang.String SftMainModule.executeSequence1()
          This method is the main sequence of commands that we want to test on the Single Filter Test.
 java.lang.String SftMainModule.executeSequence1(int nb)
          This method will execute nb times the Sequence1 : the parameter nb is given by the user at the console.
 



Copyright © 2012 LSST. All Rights Reserved.