
public class CloseShutterStatus extends Object implements Serializable
| Constructor and Description |
|---|
CloseShutterStatus(int firstBladeSetIndex,
double moveTime)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getfirstBladeSetIndex()
Gets the index, 0 or 1, of 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(int firstBladeSetIndex,
double moveTime)
firstBladeSetIndex - the index, 0 or 1, of the first blade set to be movedmoveTime - the duration in seconds of each blade set movepublic int getfirstBladeSetIndex()
public double getMoveTime()
public long getStartTime()
Copyright © 2016 LSST. All rights reserved.