| 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(CanOpenProxy.PDOStorage pdoStorage) |
abstract int |
Sensor14bits.updateValue(CanOpenProxy.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 |
|---|---|
CanOpenProxy.PDOStorage |
BridgeToHardware.readPDOs() |
| Modifier and Type | Method and Description |
|---|---|
double |
Thermometer.readTemperatureWithPDO(CanOpenProxy.PDOStorage pdo) |
| Modifier and Type | Method and Description |
|---|---|
CanOpenProxy.PDOStorage |
CanOpenProxy.getPdoStorage() |
CanOpenProxy.PDOStorage |
CanOpenProxy.readPDOs()
This method sends a sync command to the can open stack and returns the reply.
|
CanOpenProxy.PDOStorage |
BridgeToCanOpenHardware.readPDOs() |
| Modifier and Type | Method and Description |
|---|---|
double |
CanOpenThermometer.readTemperatureWithPDO(CanOpenProxy.PDOStorage pdo) |
int |
CanOpenSensor14bits.updateValue(CanOpenProxy.PDOStorage pdoStorage) |
| Modifier and Type | Method and Description |
|---|---|
CanOpenProxy.PDOStorage |
SimuBridgeForCPPMTestBench.readPDOs() |
CanOpenProxy.PDOStorage |
SimuBridgeToCanOpenHardware.readPDOs() |
CanOpenProxy.PDOStorage |
SimuBridgeForLPSCTestBench.readPDOs() |
| Modifier and Type | Method and Description |
|---|---|
double |
SimuThermometer.readTemperatureWithPDO(CanOpenProxy.PDOStorage pdo) |
int |
SimuSensor14bits.updateValue(CanOpenProxy.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(CanOpenProxy.PDOStorage pdo) |
Copyright © 2015 LSST. All rights reserved.