
public static class BladeSetDrvr.SampData extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
endPosn
The absolute position in mm at the end of the move.
|
long |
endTime
The move end time, a system time stamp in microseconds.
|
ArrayList<BladeSetDrvr.Sample> |
sList
The collection of data samples from the controller.
|
double |
startPosn
The absolute position in mm at the start of the move.
|
long |
startTime
The move start time, a system time stamp in microseconds.
|
int |
status
The status of the move at completion.
|
| Constructor and Description |
|---|
SampData() |
public int status
MovementStatus.public long startTime
public double startPosn
public long endTime
public double endPosn
public ArrayList<BladeSetDrvr.Sample> sList
Copyright © 2016 LSST. All rights reserved.