|
|||||||||
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.TimeStamp
public class TimeStamp
This class defines how the system creates timestamp annotation for frames. It is a configuration class. It holds setup data only.
Field Summary | |
---|---|
java.util.Date |
epoch
This field defines the epoch time. |
private static java.text.SimpleDateFormat |
sdf
|
java.util.Date |
sessionStart
This is the session start time. |
long |
stepsize
Normally the time difference between frames will be real time, after adjusting for epoch and the session start time. |
Constructor Summary | |
---|---|
TimeStamp()
|
Method Summary | |
---|---|
void |
load(org.w3c.dom.Element element)
Load fields from an XML element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Date epoch
public java.util.Date sessionStart
public long stepsize
private static java.text.SimpleDateFormat sdf
Constructor Detail |
---|
public TimeStamp()
Method Detail |
---|
public void load(org.w3c.dom.Element element) throws RtStpsException
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |