| Package | Description |
|---|---|
| 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 |
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.
|
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.
|
Copyright © 2016 LSST. All rights reserved.