
public class OpenShutterStatus extends Object implements Serializable
| Constructor and Description |
|---|
OpenShutterStatus(ShutterSide firstSide,
double moveTime)
Constructs an instance from the field values.
|
| Modifier and Type | Method and Description |
|---|---|
ShutterSide |
getfirstSide()
Gets the first blade set to be moved in the open 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 OpenShutterStatus(ShutterSide firstSide, double moveTime)
firstSide - the first blade set to be movedmoveTime - the duration of the blade set motion in secondspublic ShutterSide getfirstSide()
public double getMoveTime()
public long getStartTime()
Copyright © 2016 LSST. All rights reserved.