| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected NumericSensor |
FilterLatchModule.filterPresenceSensor |
protected NumericSensor |
FilterLatchModule.lockSensor |
protected NumericSensor |
TruckModule.railSensorStandback
A effect Hall sensor which says if the truck is at standback position or not.
|
protected NumericSensor |
TruckModule.railSensorStandby
A effect Hall sensor which says if the truck is at standby position or not.
|
protected NumericSensor |
FilterLatchModule.unlockSensor |
| Modifier and Type | Method and Description |
|---|---|
NumericSensor |
FilterLatchModule.getFilterPresenceSensor() |
NumericSensor |
FilterLatchModule.getLockSensor() |
NumericSensor |
TruckModule.getRailSensorStandback() |
NumericSensor |
TruckModule.getRailSensorStandby() |
NumericSensor |
FilterLatchModule.getUnlockSensor() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterLatchModule.setFilterPresenceSensor(NumericSensor filterPresenceSensor) |
void |
FilterLatchModule.setLockSensor(NumericSensor lockSensor) |
void |
TruckModule.setRailSensorStandback(NumericSensor railSensorStandback) |
void |
TruckModule.setRailSensorStandby(NumericSensor railSensorStandby) |
void |
FilterLatchModule.setUnlockSensor(NumericSensor unlockSensor) |
| Modifier and Type | Class and Description |
|---|---|
class |
CanOpenNumericSensor |
| Modifier and Type | Class and Description |
|---|---|
class |
SimuNumericSensor
This class is used in the single filter test to simulate the rail sensors of the autochanger
and the filter presence sensor on the lachtes.
|
Copyright © 2013 LSST. All Rights Reserved.