| 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 |
| Modifier and Type | Method and Description |
|---|---|
BridgeToHardware |
CarouselSocket.getBridge() |
| Modifier and Type | Method and Description |
|---|---|
void |
CarouselSocket.setBridge(BridgeToHardware bridge) |
| Modifier and Type | Class and Description |
|---|---|
class |
BridgeToCanOpenHardware
This class set gathers the description of the real hardware and the tools (methods)
to give access to this hardware.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimuBridgeToCanOpenHardware |
| Modifier and Type | Method and Description |
|---|---|
BridgeToHardware |
SftMainModule.getBridge() |
| Modifier and Type | Method and Description |
|---|---|
void |
SftMainModule.setBridge(BridgeToHardware bridge) |
| Modifier and Type | Class and Description |
|---|---|
class |
BridgeForAPCTestBench
This is the bridge to the can open hardware in the APC testbench.
|
class |
BridgeForLPSCTestBench |
| 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 |
|---|
CPPMTestBenchMainModule(BridgeToHardware bridge,
CanOpenDevice plutoGateway) |
LPSCTestBenchMainModule(String string,
int i,
BridgeToHardware bridge,
ClampActuatorModule hookMotor) |
Copyright © 2013 LSST. All Rights Reserved.