| 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.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.
|
| org.lsst.ccs.subsystems.fcs.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterClampXminusModule |
| Modifier and Type | Method and Description |
|---|---|
FilterClampModule |
CarouselSocket.getClampXminus() |
FilterClampModule |
CarouselModule.getClampXminus()
This method returns the clampX- which is at standby position.
|
FilterClampModule |
CarouselSocket.getClampXplus() |
FilterClampModule |
CarouselModule.getClampXplus()
This method returns the clampX+ which is at standby position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarouselSocket.setClampXminus(FilterClampModule clampXminus) |
void |
CarouselSocket.setClampXplus(FilterClampModule clampXplus) |
| Constructor and Description |
|---|
CarouselSocket(String moduleName,
int aTickMillis,
FilterClampModule clampXminus,
FilterClampModule clampXplus,
double position,
double standbyPosition) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimuFilterClampModule
A very basic simulated filter clamp module.
|
class |
SimuFilterClampXminusModule |
| Modifier and Type | Method and Description |
|---|---|
void |
SimuClampFilterPresenceSensor.simulateFilterIsInError(FilterClampModule clamp) |
void |
SimuClampFilterPresenceSensor.simulateFilterIsLockable(FilterClampModule clamp) |
void |
SimuClampFilterPresenceSensor.simulateFilterIsNotLockable(FilterClampModule clamp) |
void |
SimuClampFilterPresenceSensor.simulateNoFilter(FilterClampModule clamp) |
| Constructor and Description |
|---|
SimuCarouselSocket(String moduleName,
int aTickMillis,
FilterClampModule clampXminus,
FilterClampModule clampXplus,
double position,
double standbyPosition) |
| Modifier and Type | Method and Description |
|---|---|
FilterClampModule |
LPNHETestBenchMainModule.getClampXminus() |
| Modifier and Type | Method and Description |
|---|---|
void |
LPNHETestBenchMainModule.setClampXminus(FilterClampModule clampXminus) |
| Modifier and Type | Method and Description |
|---|---|
static ClampConfig |
FcsUtils.createClampConfig(FilterClampModule filterModule)
For the Carousel configonfiglamp
|
static StatusDataPublishedByClamp |
FcsUtils.createStatusDataPublishedByClamp(FilterClampModule clamp) |
Copyright © 2015 LSST. All rights reserved.