| 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.singlefiltertest |
This package is for the Single Filter Test control software.
|
| 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 | Field and Description |
|---|---|
protected BridgeToHardware |
MainModule.bridge |
| Constructor and Description |
|---|
FcsMainModule(String aName,
int aTickMillis,
BridgeToHardware bridge) |
MainModule(String aName,
int aTickMillis,
BridgeToHardware bridge) |
| Modifier and Type | Class and Description |
|---|---|
class |
BridgeToCanOpenHardware
This class gathers the description of the real hardware and the tools (methods)
to give access to this hardware.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimuBridgeForLPSCTestBench |
class |
SimuBridgeToCanOpenHardware
A simulated bridge to hardware for the single-filter-test simulator
|
| Modifier and Type | Class and Description |
|---|---|
class |
BridgeToSFTHardware
This class is to list the hardware we have to control in the single-filter-test
|
| Constructor and Description |
|---|
SftMainModule(String aName,
int aTickMillis,
BridgeToHardware bridge,
Filter dummyFilter) |
| Modifier and Type | Class and Description |
|---|---|
class |
BridgeForAPCTestBench
This is the bridge to the can open hardware in the APC testbench.
|
class |
BridgeForCPPMTestBench |
class |
BridgeForLPSCTestBench |
class |
BridgeToChanger
In the APC test bench with 2 Can Bus, this is the bridge to the changer harwdare (only a DAC).
|
class |
BridgeToLoader |
| Modifier and Type | Field and Description |
|---|---|
protected BridgeToHardware |
APCTestBench2CanBusMain.bridgeToLoader
this bridge is to communicate with the canbus1 on the PC104
|
| Modifier and Type | Method and Description |
|---|---|
BridgeToHardware |
APCTestBenchMainModule.getBridge() |
BridgeToHardware |
LPNHETestBenchMainModule.getBridge() |
| Modifier and Type | Method and Description |
|---|---|
void |
APCTestBenchMainModule.setBridge(BridgeToHardware bridge) |
void |
LPNHETestBenchMainModule.setBridge(BridgeToHardware bridge) |
| Constructor and Description |
|---|
APCTestBench2CanBusMain(String aName,
int aTickMillis,
BridgeToHardware bridge,
BridgeToHardware bridgeToLoader) |
APCTestBench2CanBusMain(String aName,
int aTickMillis,
BridgeToHardware bridge,
BridgeToHardware bridgeToLoader,
Thermometer thermometer,
CanOpenLED led,
CanOpenLED fakeLed,
Thermometer fakeSensor) |
LPCTestBenchMainModule(String aName,
int aTickMillis,
BridgeToHardware bridge,
HygrometryGauge hygrometrySensor,
PressureGauge pressureSensor,
Thermometer thermometer,
CanOpenLED led,
CanOpenLED fakeLed,
Thermometer fakeSensor) |
LPSCTestBenchMainModule(String aName,
int aTickMillis,
BridgeToHardware bridge,
NumericSensor autochangerPresenceSensor) |
Copyright © 2014 LSST. All Rights Reserved.