| 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.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 |
This package is for the test bench installed at
APC
with a PC104 and two Can Open Devices : an ADC and a DAC.
|
| Modifier and Type | Method and Description |
|---|---|
Thermometer |
FilterClampModule.getThermometer() |
| Constructor and Description |
|---|
FilterClampModule(String aName,
int aTickMillis,
Sensor14bits filterPresenceSensor,
Sensor14bits lockSensor,
Thermometer thermometer,
int filterPositionValueA,
int filterPositionValueB,
int filterPositionValueC,
int filterPositionOffset,
int lockSensorValueA,
int lockSensorValueB,
int lockSensorValueC,
int lockSensorOffset,
int timeoutForUnlocking,
int timeoutForReleasing) |
FilterClampXminusModule(String aName,
int aTickMillis,
Sensor14bits filterPresenceSensor,
Sensor14bits lockSensor,
Thermometer thermometer,
int filterPositionValueA,
int filterPositionValueB,
int filterPositionValueC,
int filterPositionOffset,
int lockSensorValueA,
int lockSensorValueB,
int lockSensorValueC,
int lockSensorOffset,
int timeoutForUnlocking,
int timeoutForReleasing) |
| Modifier and Type | Class and Description |
|---|---|
class |
CanOpenThermometer |
| Modifier and Type | Class and Description |
|---|---|
class |
SimuThermometer |
| Constructor and Description |
|---|
SimuFilterClampModule(String aName,
int aTickMillis,
Sensor14bits filterPresenceSensor,
Sensor14bits lockSensor,
Thermometer thermometer,
int filterPositionValueA,
int filterPositionValueB,
int filterPositionValueC,
int filterPositionOffset,
int lockSensorValueA,
int lockSensorValueB,
int lockSensorValueC,
int lockSensorOffset,
int timeoutForUnlocking,
int timeoutForReleasing) |
SimuFilterClampXminusModule(String aName,
int aTickMillis,
Sensor14bits filterPresenceSensor,
Sensor14bits lockSensor,
Thermometer thermometer,
int filterPositionValueA,
int filterPositionValueB,
int filterPositionValueC,
int filterPositionOffset,
int lockSensorValueA,
int lockSensorValueB,
int lockSensorValueC,
int lockSensorOffset,
int timeoutForUnlocking,
int timeoutForReleasing) |
| Modifier and Type | Method and Description |
|---|---|
Thermometer |
APCTestBenchMainModule.getFakeSensor() |
Thermometer |
APCTestBenchMainModule.getThermometer() |
| Modifier and Type | Method and Description |
|---|---|
void |
APCTestBenchMainModule.setFakeSensor(Thermometer fakeSensor) |
void |
APCTestBenchMainModule.setThermometer(Thermometer thermometer) |
| Constructor and Description |
|---|
APCTestBench2CanBusMain(String aName,
int aTickMillis,
BridgeToHardware bridge,
BridgeToHardware bridgeToLoader,
Thermometer thermometer,
CanOpenLED led,
CanOpenLED fakeLed,
Thermometer fakeSensor) |
Copyright © 2013 LSST. All Rights Reserved.