|
|||||||||
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.FrameClock1
final class FrameClock1
A FrameClock. The user wants the session start to be different from the wall clock. FramClock1 uses the wall clock to space the frames.
Field Summary | |
---|---|
private long |
base
|
private long |
nowStart
|
Constructor Summary | |
---|---|
FrameClock1(java.util.Date epoch,
java.util.Date sessionStart)
|
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 nowStart
private long base
Constructor Detail |
---|
FrameClock1(java.util.Date epoch, java.util.Date sessionStart)
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 |