public class MoveToPositionStatus extends Object implements Serializable
| Constructor and Description |
|---|
MoveToPositionStatus(double startingPosition,
int index,
double targetPosition,
double moveTime)
Constructs an instance from the field values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets the index, 0 or 1, of the blade set that will be moved.
|
double |
getMoveTime()
Gets the time in seconds that the blade set motion will take.
|
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,
int index,
double targetPosition,
double moveTime)
startingPosition - the initial relative position of the blade setindex - the index, 0 or 1, of the blade set to be movedtargetPosition - 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 int getIndex()
public long getStartTime()
Copyright © 2016 LSST. All rights reserved.