
public class CloseShutterStatus extends Object implements Serializable
| Constructor and Description |
|---|
CloseShutterStatus(ShutterSide firstSide,
double moveTime)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
ShutterSide |
getFirstSide()
Gets the the first blade set to be moved in the close operation.
|
double |
getMoveTime()
Gets the duration in seconds of each blade set move.
|
long |
getStartTime()
Gets the time at which the worker subsystem started executing the command.
|
public CloseShutterStatus(ShutterSide firstSide, double moveTime)
firstSide - the first blade set to be movedmoveTime - the duration in seconds of each blade set movepublic ShutterSide getFirstSide()
public double getMoveTime()
public long getStartTime()
Copyright © 2016 LSST. All rights reserved.