| 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.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 | Method and Description |
|---|---|
Thermometer |
FilterClampModule.getThermometer() |
| Constructor and Description |
|---|
FilterClampModule(String aName,
int aTickMillis,
Sensor14bits filterPresenceSensor,
Sensor14bits lockSensor,
Thermometer thermometer,
int filterPositionValueA,
int filterPositionValueB,
int filterPositionValueC,
int filterPositionOffset,
int lockSensorValueA,
int lockSensorValueB,
int lockSensorValueC,
int lockSensorOffset,
int timeoutForUnlocking,
int timeoutForReleasing) |
FilterClampXminusModule(String aName,
int aTickMillis,
Sensor14bits filterPresenceSensor,
Sensor14bits lockSensor,
Thermometer thermometer,
int filterPositionValueA,
int filterPositionValueB,
int filterPositionValueC,
int filterPositionOffset,
int lockSensorValueA,
int lockSensorValueB,
int lockSensorValueC,
int lockSensorOffset,
int timeoutForUnlocking,
int timeoutForReleasing) |
| Modifier and Type | Class and Description |
|---|---|
class |
CanOpenGaugeHD2001
A hygrometry, pressure and temperature gauge used for the test bench at LPC in Clermont-Ferrand.
|
class |
CanOpenThermometer
This is a driver for a thermometer we have in the APC test bench.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimuThermometer |
| Constructor and Description |
|---|
SimuFilterClampModule(String aName,
int aTickMillis,
Sensor14bits filterPresenceSensor,
Sensor14bits lockSensor,
Thermometer thermometer,
int filterPositionValueA,
int filterPositionValueB,
int filterPositionValueC,
int filterPositionOffset,
int lockSensorValueA,
int lockSensorValueB,
int lockSensorValueC,
int lockSensorOffset,
int timeoutForUnlocking,
int timeoutForReleasing) |
SimuFilterClampXminusModule(String aName,
int aTickMillis,
Sensor14bits filterPresenceSensor,
Sensor14bits lockSensor,
Thermometer thermometer,
int filterPositionValueA,
int filterPositionValueB,
int filterPositionValueC,
int filterPositionOffset,
int lockSensorValueA,
int lockSensorValueB,
int lockSensorValueC,
int lockSensorOffset,
int timeoutForUnlocking,
int timeoutForReleasing) |
| Modifier and Type | Method and Description |
|---|---|
Thermometer |
APCTestBenchMainModule.getFakeSensor() |
Thermometer |
APCTestBenchMainModule.getThermometer() |
| Modifier and Type | Method and Description |
|---|---|
void |
APCTestBenchMainModule.setFakeSensor(Thermometer fakeSensor) |
void |
APCTestBenchMainModule.setThermometer(Thermometer thermometer) |
| Constructor and Description |
|---|
APCTestBench2CanBusMain(String aName,
int aTickMillis,
BridgeToHardware bridge,
BridgeToHardware bridgeToLoader,
Thermometer thermometer,
CanOpenLED led,
CanOpenLED fakeLed,
Thermometer fakeSensor) |
Scale1ProtoTestBenchMainModule(String aName,
int aTickMillis,
BridgeToHardware bridge,
HygrometrySensor hygrometrySensor,
PressureSensor pressureSensor,
Thermometer thermometer,
CanOpenLED led,
CanOpenLED fakeLed,
Thermometer fakeSensor,
Scale1ProtoPivotingFrame pivotingFrame,
InclinometerModule inclinometer) |
Copyright © 2014 LSST. All rights reserved.