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

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

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

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

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

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

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

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

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

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



Copyright © 2012 LSST. All Rights Reserved.