| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.shutter.status |
Contains the status bus message classes specific
to the shutter.
|
| Modifier and Type | Method and Description |
|---|---|
static PtpDeviceState |
PtpDeviceState.fromStateNumber(int n)
Converts a raw state number from the device into one of the enum values.
|
PtpDeviceState |
ShutterStatus.getPtpState()
Gets the state of the EL6688 PTP device.
|
PtpDeviceState |
MotionDone.ptpState() |
static PtpDeviceState |
PtpDeviceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PtpDeviceState[] |
PtpDeviceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MotionDone.Builder |
MotionDone.Builder.ptpState(PtpDeviceState state) |
static int |
PtpDeviceState.toStateNumber(PtpDeviceState state) |
| 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.
|
Copyright © 2024 LSST. All rights reserved.