|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.fs.clock.FrameClock3
class FrameClock3
A FrameClock. The session start may be a set time or the current time. The user wants a forced time step size between frames.
Field Summary | |
---|---|
private long |
current
|
private long |
epoch
|
private long |
step
|
private boolean |
useNow
|
Constructor Summary | |
---|---|
FrameClock3(java.util.Date epoch,
java.util.Date sessionStart,
long step)
|
Method Summary | |
---|---|
long |
getTimeStamp()
Get a timestamp. |
void |
start()
Start the clock. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private long epoch
private long step
private long current
private boolean useNow
Constructor Detail |
---|
FrameClock3(java.util.Date epoch, java.util.Date sessionStart, long step)
Method Detail |
---|
public void start()
FrameClock
start
in interface FrameClock
public long getTimeStamp()
FrameClock
getTimeStamp
in interface FrameClock
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |