| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2015 LSST. All rights reserved.