|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModuleState | |
|---|---|
| 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. |
| Uses of ModuleState in org.lsst.ccs.subsystems.fcs |
|---|
| Fields in org.lsst.ccs.subsystems.fcs declared as ModuleState | |
|---|---|
protected ModuleState |
BasicAutoChangerModule.state
|
| Methods in org.lsst.ccs.subsystems.fcs that return ModuleState | |
|---|---|
ModuleState |
CarouselModule.getState()
|
ModuleState |
BasicAutoChangerModule.getState()
|
| Methods in org.lsst.ccs.subsystems.fcs with parameters of type ModuleState | |
|---|---|
void |
CarouselModule.setState(ModuleState state)
|
void |
BasicAutoChangerModule.setState(ModuleState state)
|
| Uses of ModuleState in org.lsst.ccs.subsystems.fcs.common |
|---|
| Methods in org.lsst.ccs.subsystems.fcs.common that return ModuleState | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||