| Package | Description |
|---|---|
| org.lsst.ccs.subsystem.shutter.status |
Contains the status bus message classes specific
to the shutter.
|
| Modifier and Type | Method and Description |
|---|---|
ShutterStatus.AxisStatus |
ShutterStatus.getAxisStatus(ShutterSide side)
Gets the status info for one of the blade set axes.
|
| 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.
|
Copyright © 2023 LSST. All rights reserved.