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

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

Fields in org.lsst.ccs.subsystems.fcs declared as NumericSensor
protected  NumericSensor FilterLatchModule.filterPresenceSensor
           
protected  NumericSensor FilterLatchModule.lockSensor
           
protected  NumericSensor TruckModule.railSensorStandback
          A effect Hall sensor which says if the truck is at standback position or not.
protected  NumericSensor TruckModule.railSensorStandby
          A effect Hall sensor which says if the truck is at standby position or not.
protected  NumericSensor FilterLatchModule.unlockSensor
           
 

Methods in org.lsst.ccs.subsystems.fcs that return NumericSensor
 NumericSensor FilterLatchModule.getFilterPresenceSensor()
           
 NumericSensor FilterLatchModule.getLockSensor()
           
 NumericSensor TruckModule.getRailSensorStandback()
           
 NumericSensor TruckModule.getRailSensorStandby()
           
 NumericSensor FilterLatchModule.getUnlockSensor()
           
 

Methods in org.lsst.ccs.subsystems.fcs with parameters of type NumericSensor
 void FilterLatchModule.setFilterPresenceSensor(NumericSensor filterPresenceSensor)
           
 void FilterLatchModule.setLockSensor(NumericSensor lockSensor)
           
 void TruckModule.setRailSensorStandback(NumericSensor railSensorStandback)
           
 void TruckModule.setRailSensorStandby(NumericSensor railSensorStandby)
           
 void FilterLatchModule.setUnlockSensor(NumericSensor unlockSensor)
           
 

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

Subclasses of NumericSensor in org.lsst.ccs.subsystems.fcs.drivers
 class CanOpenNumericSensor
           
 

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

Subclasses of NumericSensor in org.lsst.ccs.subsystems.fcs.simulation
 class SimuNumericSensor
          This class is used in the single filter test to simulate the rail sensors of the autochanger and the filter presence sensor on the lachtes.
 



Copyright © 2012 LSST. All Rights Reserved.