maslab.data
Class DataEvent

java.lang.Object
  extended by maslab.data.DataEvent
Direct Known Subclasses:
OdomData

public abstract class DataEvent
extends java.lang.Object

You must support an empty constructor, but that object only needs to be able to factory new objects via read.


Field Summary
 double timeStamp
           
 
Constructor Summary
DataEvent(double timeStamp)
           
 
Method Summary
 double getTimeStamp()
          The time when the event occured (time base = 0)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeStamp

public double timeStamp
Constructor Detail

DataEvent

public DataEvent(double timeStamp)
Method Detail

getTimeStamp

public double getTimeStamp()
The time when the event occured (time base = 0)