| 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.singlefiltertest |
This package is for the Single Filter Test control software.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CarouselSocket> |
CarouselModule.socketsMap
A map to store the sockets by their names.
|
| Modifier and Type | Method and Description |
|---|---|
CarouselSocket |
CarouselModule.getSocketAtStandby()
Return the socket HALTED at STANDBY filterPosition if there is one.
|
CarouselSocket |
CarouselModule.getSocketByName(String socketName)
Return a CarouselSocket which name is given as parameter.
|
| Constructor and Description |
|---|
CarouselModule(String aName,
int aTickMillis,
CarouselSocket... oneOrMoreSockets)
A Constructor with a variable numbers of sockets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimuCarouselSocket |
| Constructor and Description |
|---|
SimuSftCarouselModule(String aName,
int aTickMillis,
CarouselSocket... oneOrMoreSockets) |
| Modifier and Type | Method and Description |
|---|---|
CarouselSocket |
SftCarouselModule.getSocketAtStandby() |
| Constructor and Description |
|---|
SftCarouselModule(String aName,
int aTickMillis,
CarouselSocket... oneOrMoreSockets) |
Copyright © 2016 LSST. All rights reserved.