Uses of Interface
org.lsst.ccs.subsystems.fcs.common.Sensor

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

Methods in org.lsst.ccs.subsystems.fcs that return Sensor
 Sensor FilterClampXminusModule.getLockSensor()
           
 

Methods in org.lsst.ccs.subsystems.fcs with parameters of type Sensor
 void FilterClampXminusModule.setLockSensor(Sensor lockSensor)
           
 

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

Classes in org.lsst.ccs.subsystems.fcs.common that implement Sensor
 class Sensor12bits
          This class represents a 12bits sensor : the value returned by the sensor is coded with 12 bits, so its value is between 0 and 4095.
 

Methods in org.lsst.ccs.subsystems.fcs.common that return Sensor
 Sensor FilterClamp.getFilterPresenceSensor()
           
 

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

Classes in org.lsst.ccs.subsystems.fcs.drivers that implement Sensor
 class CanOpenSensor12bits
          This is a Model for a sensor on a can open bus which communicates over Can Open protocol.
 

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

Classes in org.lsst.ccs.subsystems.fcs.simulation that implement Sensor
 class SimuSensor12bits
          This class is to simulate a sensor which returns a value coded on 12bits.
 



Copyright © 2012 LSST. All Rights Reserved.