Uses of Class
org.lsst.ccs.subsystems.fcs.common.Sensor12bits

Packages that use Sensor12bits
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.errors This packages is for the specific exceptions used in FCS. 
org.lsst.ccs.subsystems.fcs.simulation This package is for the simulators of the Filter Exchanger hardware. 
 

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

Methods in org.lsst.ccs.subsystems.fcs that return Sensor12bits
 Sensor12bits FilterClampModule.getFilterPresenceSensor()
          For encapsulation : we want to access to filterPresenceSensor in sub-packages.
 

Methods in org.lsst.ccs.subsystems.fcs with parameters of type Sensor12bits
 void FilterClampModule.setFilterPresenceSensor(Sensor12bits filterPresenceSensor)
          for Spring
 

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

Subclasses of Sensor12bits in org.lsst.ccs.subsystems.fcs.drivers
 class CanOpenSensor12bits
          This is a Model for a sensor on a can open bus which communicates over Can Open protocol.
 

Uses of Sensor12bits in org.lsst.ccs.subsystems.fcs.errors
 

Constructors in org.lsst.ccs.subsystems.fcs.errors with parameters of type Sensor12bits
SensorValueOutOfRangeException(Sensor12bits aThis, int currentValue)
           
 

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

Subclasses of Sensor12bits in org.lsst.ccs.subsystems.fcs.simulation
 class SimuSensor12bits
          This class is to simulate a sensor which returns a value coded on 12bits.
 



Copyright © 2012 LSST. All Rights Reserved.