|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsst.ccs.subsystems.shutter.common.BladePositionImpl
public class BladePositionImpl
Class containing the data for a single blade position sample
| Constructor Summary | |
|---|---|
BladePositionImpl()
|
|
BladePositionImpl(float position,
float relPosition)
|
|
BladePositionImpl(long time,
float position,
float relPosition)
|
|
| Method Summary | |
|---|---|
float |
getPosition()
Get the position of the leading blade. |
float |
getRelPosition()
Get the relative position of the leading blade. |
long |
getTime()
Get the Epoch microseconds when the leading blade was at the position. |
void |
setPosition(float position)
|
void |
setRelPosition(float relPosition)
|
void |
setTime(long time)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BladePositionImpl()
public BladePositionImpl(long time,
float position,
float relPosition)
public BladePositionImpl(float position,
float relPosition)
| Method Detail |
|---|
public void setTime(long time)
public void setPosition(float position)
public void setRelPosition(float relPosition)
public long getTime()
BladePosition
getTime in interface BladePositionpublic float getPosition()
BladePosition
getPosition in interface BladePositionpublic float getRelPosition()
BladePosition
getRelPosition in interface BladePosition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||