| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.shutter |
This package contains the CCS subsystem components that operate the LSST camera shutter.
|
| org.lsst.ccs.subsystem.shutter.common |
Contains classes and interfaces that are used by both GUI and worker
subsystems, whether using simulated or real hardware.
|
| org.lsst.ccs.subsystem.shutter.gui | |
| org.lsst.ccs.subsystem.shutter.statemachine |
| Modifier and Type | Method and Description |
|---|---|
void |
SimulatedActions.setPhysicalState(PhysicalState newState) |
void |
RealActions.setPhysicalState(PhysicalState newState) |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalState |
PhysicalState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhysicalState[] |
PhysicalState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneralStatusPanel.showStateBundle(PhysicalState phys,
SoftwareState soft) |
default void |
PluginActions.showStateBundle(PhysicalState phys,
SoftwareState soft)
Update the display of worker state bundle elements.
|
void |
Dispatcher.showStateBundle(PhysicalState phys,
SoftwareState soft) |
| Modifier and Type | Method and Description |
|---|---|
void |
Actions.setPhysicalState(PhysicalState newState)
Sets the physical shutter custom state that appears in the subsystem's state bundle.
|
Copyright © 2022 LSST. All rights reserved.