| 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.
|
| org.lsst.ccs.subsystems.fcs.testbench.LPC |
| 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
sensorsValues which represents all the values read for an ADC.
|
| Modifier and Type | Method and Description |
|---|---|
PDOStorage |
CanOpenProxy.getPdoStorage() |
PDOStorage |
BridgeToCanOpenHardware.readPDOs() |
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) |
| Modifier and Type | Method and Description |
|---|---|
PDOStorage |
SimuBridgeForAutochanger.readPDOs() |
PDOStorage |
SimuBridgeForCPPMTestBench.readPDOs() |
PDOStorage |
SimuBridgeForLPSCTestBench.readPDOs() |
PDOStorage |
SimuBridgeForCarousel.readPDOs() |
| Modifier and Type | Method and Description |
|---|---|
int |
SimuSensor14bits.updateValue(PDOStorage pdoStorage)
We don't need this as the simulated software doesn't read sensors from
PDO
|
| Modifier and Type | Method and Description |
|---|---|
double |
CanOpenLPCGaugeHD2001.readTemperatureWithPDO(PDOStorage pdo) |
Copyright © 2016 LSST. All rights reserved.