#include <TimeStampedEvent.hh>
Public Types | |
typedef IntType | DataType |
The type of data holding the timestamp. | |
Static Public Methods | |
IntType | getTimeStamp () |
bool | leftOlder (IntType left, IntType right) |
Return true only if left is strictly older than right. |
Definition at line 36 of file TimeStampedEvent.hh.
|
Get the time stamp. This is where we define how to implement time stamping. Here, we simply increment a counter. Definition at line 52 of file TimeStampedEvent.hh. |