public final class EncoderSample extends Object implements Serializable, TimeOrdered
| Constructor and Description |
|---|
EncoderSample(org.lsst.ccs.utilities.taitime.CCSTimeStamp time,
double position)
Constructs from field values.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getPosition()
Gets the sampled encoder position.
|
org.lsst.ccs.utilities.taitime.CCSTimeStamp |
getTime()
Gets the time at which the position sample was taken..
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTo, timeDiff, timeDiffpublic EncoderSample(org.lsst.ccs.utilities.taitime.CCSTimeStamp time,
double position)
time - the time at which the sample was taken.position - the encoder position in mm.public org.lsst.ccs.utilities.taitime.CCSTimeStamp getTime()
getTime in interface TimeOrderedpublic double getPosition()
Copyright © 2019 LSST. All rights reserved.