| 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()
Gets the map of temperature-is-safe flags for the RTDs.
|
| Constructor and Description |
|---|
ShutterStatus(int motionProfile,
boolean isCalibrated,
int smState,
Map<ShutterSide,ShutterStatus.ShutterAxisStatus> axes,
boolean isSafetyOn,
Map<RTD,Double> temperature,
Map<RTD,Boolean> tempIsSafe,
boolean brakePowerIsOn,
org.lsst.ccs.utilities.taitime.CCSTimeStamp creationTime,
PtpDeviceState ptpState,
int leapSeconds,
boolean leapIsValid)
Constructs from scratch.
|
ShutterStatus(int motionProfile,
boolean isCalibrated,
int smState,
Map<ShutterSide,ShutterStatus.ShutterAxisStatus> axes,
boolean isSafetyOn,
Map<RTD,Double> temperature,
Map<RTD,Boolean> tempIsSafe,
boolean brakePowerIsOn,
org.lsst.ccs.utilities.taitime.CCSTimeStamp creationTime,
PtpDeviceState ptpState,
int leapSeconds,
boolean leapIsValid)
Constructs from scratch.
|
Copyright © 2024 LSST. All rights reserved.