
public class TakeExposureStatus extends Object implements Serializable
| Constructor and Description |
|---|
TakeExposureStatus(int firstBladeSetIndex,
double moveTime,
double exposureTime)
Constructs an instance from the field values.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getExposureTime()
Gets the exposure time in seconds.
|
int |
getfirstBladeSetIndex()
Gets the index, 0 or 1, of the first blade set to be moved for this command.
|
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 TakeExposureStatus(int firstBladeSetIndex,
double moveTime,
double exposureTime)
firstBladeSetIndex - the index, 0 or 1, of the first blade set to be movedmoveTime - the duration in seconds of each blade set moveexposureTime - the duration of the exposure in secondspublic double getExposureTime()
public int getfirstBladeSetIndex()
public double getMoveTime()
public long getStartTime()
Copyright © 2016 LSST. All rights reserved.