| Package | Description |
|---|---|
| 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.singlefiltertest |
This package is for the Single Filter Test control software.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CanOpenTruckMotor
This represents the motor that moves an autochanger truck along its rail in
the single-filter-test test bench.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimuTruckMotorModule
To simulate a motor which moves a truck in the autochanger.
|
| Modifier and Type | Field and Description |
|---|---|
protected SftTruckMotor |
SftAutoChangerModule.sftTrucksMotor |
| Modifier and Type | Method and Description |
|---|---|
SftTruckMotor |
SftAutoChangerModule.getSftTrucksMotor()
***********************************************************************************************
|
| Modifier and Type | Method and Description |
|---|---|
void |
SftAutoChangerModule.setSftTrucksMotor(SftTruckMotor sftTrucksMotor) |
| Constructor and Description |
|---|
SftAutoChangerModule(String moduleName,
int aTickMillis,
SftFilterLatchModule latchXminus,
SftFilterLatchModule latchXplus,
TruckModule truckXminus,
TruckModule truckXplus,
String railsSensorsDIOName,
String filterSensorsDIOName,
SftTruckMotor sftTrucksMotor,
long timeToConfortAPosition,
long timeToGoToStandby,
long timeToGoToStandback) |
Copyright © 2016 LSST. All rights reserved.