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
 

Classes in org.lsst.ccs.subsystems.fcs that implement Sensor
 class CompactIOModule
          This represents a device we use in FCS to connect our numeric sensors(CAN-CBX-DIO8).
 class Sensor14bits
          This class represents an ADC which is a 12bits sensor : the value returned by the sensor is coded with 14 bits, so its value is between 0 and 32760.
 

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

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 CanOpenDIO
          This is the driver class for the Digital-Input-Output we use in the FCS: CAN-CBX-DIO8.
 class CanOpenSensor14bits
          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 SimuCompactIOModule
           
 class SimuSensor14bits
          This class is to simulate a sensor which returns a value coded on 12bits.
 



Copyright © 2012 LSST. All Rights Reserved.