| 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.
|
| org.lsst.ccs.subsystems.fcs.testbench.LPC |
| Modifier and Type | Field and Description |
|---|---|
protected BridgeToHardware |
MainModule.bridge |
| Constructor and Description |
|---|
AutochangerMainModule(String aName,
int aTickMillis,
BridgeToHardware bridge) |
AutochangerMainModule(String aName,
int aTickMillis,
BridgeToHardware bridge,
AutoChangerModule autochanger,
InclinometerModule inclinometer) |
CarouselMainModule(String aName,
int aTickMillis,
BridgeToHardware bridge,
FilterManager filterMg) |
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 | Field and Description |
|---|---|
protected BridgeToHardware |
CanOpenDevice.bridge |
| Modifier and Type | Class and Description |
|---|---|
class |
SimuBridgeForAutochanger |
class |
SimuBridgeForCarousel
To list of simulated hardware for the carousel in standalone mode.
|
class |
SimuBridgeForCPPMTestBench |
class |
SimuBridgeForLPSCTestBench |
| Modifier and Type | Class and Description |
|---|---|
class |
BridgeToSFTHardware
This class is to list the hardware we have to control in the
single-filter-test
|
class |
SimuBridgeToSFTHardware |
| 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
This class represents the list of the hardware on the CPPM testbench.
|
class |
BridgeForLPSCTestBench
This class is a list of hardware on the LPSC test bench.
|
class |
BridgeToChanger
In the APC test bench with 2 Can Bus, this is the bridge to the changer
harwdare (only a DAC).
|
class |
BridgeToLoader
This class is used by the APC test bench to test the connection and
disconnection of the loader CANbus.
|
| 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 |
LPNHETestBenchMainModule.getBridge() |
| Modifier and Type | Method and Description |
|---|---|
void |
LPNHETestBenchMainModule.setBridge(BridgeToHardware bridge) |
| Modifier and Type | Class and Description |
|---|---|
class |
BridgeForLPCTestBench |
| Constructor and Description |
|---|
Scale1ProtoTestBenchMainModule(String aName,
int aTickMillis,
BridgeToHardware bridge,
HygrometrySensor hygrometrySensor,
PressureSensor pressureSensor,
Thermometer thermometer,
CanOpenLED led,
CanOpenLED fakeLed,
Thermometer fakeSensor,
Scale1ProtoPivotingFrame pivotingFrame,
LPCInclinometerModule inclinometer) |
Copyright © 2016 LSST. All rights reserved.