
public class MoveToPositionStatus extends Object implements Serializable
| Constructor and Description |
|---|
MoveToPositionStatus(double startingPosition,
ShutterSide side,
double targetPosition,
double moveTime)
Constructs an instance from the field values.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getMoveTime()
Gets the time in seconds that the blade set motion will take.
|
ShutterSide |
getSide()
Gets the side of the shutter to which the blade set belongs.
|
double |
getStartingPosition()
Gets the starting relative position.
|
long |
getStartTime()
Gets the time at which the worker subsystem started executing the command.
|
double |
getTargetPosition()
Gets the desired final relative position.
|
public MoveToPositionStatus(double startingPosition,
ShutterSide side,
double targetPosition,
double moveTime)
startingPosition - the initial relative position of the blade setside - the side of the shutter to which the blade set belongstargetPosition - the final relative position of the blade setmoveTime - the duration in seconds of the blade set movepublic double getStartingPosition()
public double getTargetPosition()
public double getMoveTime()
public ShutterSide getSide()
public long getStartTime()
Copyright © 2019 LSST. All rights reserved.