| 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.drivers |
This package is for the software which communicates with the drivers of the
real hardware.
|
| Modifier and Type | Method and Description |
|---|---|
EPOSEnumerations.EposState |
StatusDataPublishedByEPOSController.getState() |
static EPOSEnumerations.EposState |
EPOSEnumerations.EposState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPOSEnumerations.EposState[] |
EPOSEnumerations.EposState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusDataPublishedByEPOSController.setState(EPOSEnumerations.EposState state) |
| Modifier and Type | Method and Description |
|---|---|
EPOSEnumerations.EposState |
EPOSController.getEposState() |
| Modifier and Type | Method and Description |
|---|---|
default void |
EPOSController.checkState(EPOSEnumerations.EposState state) |
default boolean |
EPOSController.isInState(EPOSEnumerations.EposState state) |
void |
EPOSController.setEposState(EPOSEnumerations.EposState state) |
| Modifier and Type | Field and Description |
|---|---|
protected EPOSEnumerations.EposState |
CanOpenEPOS.eposState |
| Modifier and Type | Method and Description |
|---|---|
EPOSEnumerations.EposState |
CanOpenEPOS.getEposState() |
| Modifier and Type | Method and Description |
|---|---|
void |
CanOpenEPOS.setEposState(EPOSEnumerations.EposState state) |
Copyright © 2022 LSST. All rights reserved.