| 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.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarouselSocket.updateClampsStateWithSensors(PDOStorage pdoStorage) |
| Modifier and Type | Method and Description |
|---|---|
PDOStorage |
BridgeToHardware.readPDOs() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
Sensor14bits.updateValue(PDOStorage pdoStorage)
This methods update the field value in extracting it from the parameter
pdoStorage which represents all the values read for an ADC.
|
| Modifier and Type | Method and Description |
|---|---|
PDOStorage |
CanOpenProxy.getPdoStorage() |
PDOStorage |
CanOpenProxy.readPDOs()
This method sends a sync command to the can open stack and returns the
reply.
|
| Modifier and Type | Method and Description |
|---|---|
double |
CanOpenThermometer.readTemperatureWithPDO(PDOStorage pdo)
Read the temperature from a PDOStorage.
|
int |
CanOpenSensor14bits.updateValue(PDOStorage pdoStorage)
Update the value of the sensor by retrieving it in a PDOStorage given as argument.
|
| Modifier and Type | Method and Description |
|---|---|
PDOStorage |
SimuCanOpenProxy.readPDOs() |
Copyright © 2017 LSST. All rights reserved.