| 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.singlefiltertest |
This package is for the Single Filter Test control software.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleState |
CarouselModule.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
CarouselModule.setState(ModuleState state) |
| Modifier and Type | Method and Description |
|---|---|
static ModuleState |
ModuleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleState[] |
ModuleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected ModuleState |
BasicAutoChangerModule.state |
| Modifier and Type | Method and Description |
|---|---|
ModuleState |
BasicAutoChangerModule.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicAutoChangerModule.setState(ModuleState state) |
Copyright © 2016 LSST. All rights reserved.