Uses of Class
org.lsst.ccs.subsystems.fcs.errors.SensorValueOutOfRangeException

Packages that use SensorValueOutOfRangeException
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. 
 

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

Methods in org.lsst.ccs.subsystems.fcs that throw SensorValueOutOfRangeException
 void Sensor14bits.updateValue()
          This method updates the sensor value : first it reads a new value from the hardware or from the simulated sensor, then it checks if the value is in the range between minimal value and maximal value.
 

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

Methods in org.lsst.ccs.subsystems.fcs.common that throw SensorValueOutOfRangeException
 void Sensor.updateValue()
          This method reads the current value, controls if this current value is correct depending on the type of the sensor (this value could be between a minimum and a maximum) and if the value is correct, updates the Sensor.value field.
 



Copyright © 2013 LSST. All Rights Reserved.