gov.nasa.gsfc.drl.rtstps.core.fs.clock
Interface FrameClock

All Known Implementing Classes:
FrameClock1, FrameClock2, FrameClock3

public interface FrameClock

This interface is the timer for the frame annotation timetag.


Method Summary
 long getTimeStamp()
          Get a timestamp.
 void start()
          Start the clock.
 

Method Detail

start

void start()
Start the clock. This is really only important for clocks that use the current time.


getTimeStamp

long getTimeStamp()
Get a timestamp. For some clocks you must call this method to advance the time.