| Package | Description |
|---|---|
| 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.status |
Contains the status bus message classes specific
to the shutter.
|
| Modifier and Type | Method and Description |
|---|---|
static RTD |
RTD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RTD[] |
RTD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<RTD,Double> |
ShutterStatus.getTemperature()
Gets the map of three RTD temperatures in degrees C.
|
Map<RTD,Boolean> |
ShutterStatus.getTempIsSafe() |
| Constructor and Description |
|---|
ShutterStatus(int motionProfile,
boolean isCalibrated,
int smState,
Map<ShutterSide,ShutterStatus.AxisStatus> axes,
boolean isSafetyOn,
Map<RTD,Double> temperature,
Map<RTD,Boolean> tempIsSafe)
Constructs from scratch.
|
ShutterStatus(int motionProfile,
boolean isCalibrated,
int smState,
Map<ShutterSide,ShutterStatus.AxisStatus> axes,
boolean isSafetyOn,
Map<RTD,Double> temperature,
Map<RTD,Boolean> tempIsSafe)
Constructs from scratch.
|
Copyright © 2023 LSST. All rights reserved.