| 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 |
|---|
AutochangerMainModule(BridgeToHardware bridge,
AutoChangerModule autochanger)
Build a AutochangerMainModule.
|
CarouselMainModule(BridgeToHardware bridge,
FilterManager filterMg,
String plutoGatewayName)
Build a CarouselMainModule.
|
FcsMainModule(BridgeToHardware bridge,
BridgeToHardware bridgeToLoader,
FilterManager filterMg,
CarouselModule carousel,
AutoChangerModule autochanger,
LoaderModule loader)
Build a FcsMainModule
|
LoaderMainModule(BridgeToHardware bridge)
Build a LoaderMainModule with a bridge.
|
MainModule(BridgeToHardware bridge) |
| Modifier and Type | Class and Description |
|---|---|
class |
CanOpenProxy
This Module starts a tcpip server, waits for the connection of a client whose
name is the value of the field clientName.
|
class |
LoaderCanOpenProxy
The tcp server for the loader when we want to connect or disconnect loader
hardware.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimuCanOpenProxy |
| Constructor and Description |
|---|
SftMainModule(BridgeToHardware bridge,
Filter dummyFilter)
Build a SftMainModule with a bridge and a filter.
|
| Modifier and Type | Field and Description |
|---|---|
protected BridgeToHardware |
APCTestBench2CanBusMain.bridgeToLoader
this bridge is to communicate with the canbus1 on the PC104
|
| Constructor and Description |
|---|
APCTestBench2CanBusMain(BridgeToHardware bridge,
BridgeToHardware bridgeToLoader)
Build a main module for APC testbench with 2 CANbus.
|
APCTestBench2CanBusMain(BridgeToHardware bridge,
BridgeToHardware bridgeToLoader,
Thermometer thermometer,
CanOpenLED led,
CanOpenLED fakeLed,
Thermometer fakeSensor)
Build a main module for APC testbench with 2 CANbus with :
|
APCTestBenchMainModule(String name,
int tickMillis,
BridgeToHardware bridge,
CanOpenThermometer thermometer,
CanOpenLED led,
CanOpenLED fakeLed,
CanOpenThermometer fakeSensor) |
CarouselTestbenchMainModule(BridgeToHardware bridge)
A constructor to build this Main Module with a bridge.
|
Copyright © 2017 LSST. All rights reserved.