| 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.common |
This packages is for the interfaces or abstract classes that are common for
all the subpackages.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CarouselSocket |
CarouselModule.getSocketAtStandby() |
CarouselSocket[] |
CarouselModule.getSockets() |
| Constructor and Description |
|---|
CarouselModule(String aName,
int aTickMillis,
int nbSockets,
List<CarouselSocket> socketsList) |
| Modifier and Type | Method and Description |
|---|---|
CarouselSocket |
Carousel.getSocketAtStandby()
This methods returns the socket at standby position or null if there is no
socket at standby position.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimuCarouselSocket |
| Constructor and Description |
|---|
SimuSftCarouselModule(String aName,
int aTickMillis,
int nbSockets,
List<CarouselSocket> socketsList) |
| Modifier and Type | Method and Description |
|---|---|
CarouselSocket |
SftCarouselModule.getSocketAtStandby() |
| Constructor and Description |
|---|
SftCarouselModule(String aName,
int aTickMillis,
int nbSockets,
List<CarouselSocket> socketsList) |
Copyright © 2015 LSST. All rights reserved.