| 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.utils |
| Modifier and Type | Method and Description |
|---|---|
LatchActuatorModule |
FilterLatchModule.getLatchActuator() |
| Constructor and Description |
|---|
FilterLatchModule(String moduleName,
int aTickMillis,
long timeoutForClosing,
long timeoutForOpening,
String filterSensorsDIOName,
NumericSensor lockSensor,
NumericSensor unlockSensor,
NumericSensor filterPresenceSensor,
LatchActuatorModule latchActuator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CanOpenLatchActuatorModule
This is a model for a motor which locks or unlocks a latch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimuLatchActuatorModule |
| Modifier and Type | Method and Description |
|---|---|
static ActuatorConfig |
FcsUtils.createActuatorConfig(LatchActuatorModule actuatorModule) |
Copyright © 2014 LSST. All rights reserved.