#include <TimeStampedEvent.h>
Public Types | |
| typedef IntType | DataType |
| The type of data holding the timestamp. | |
Static Public Member Functions | |
| static IntType | getTimeStamp () |
| static bool | leftOlder (IntType left, IntType right) |
| Return true only if left is strictly older than right. | |
Definition at line 35 of file TimeStampedEvent.h.
| typedef IntType TimeStamper< IntType >::DataType |
| IntType TimeStamper< IntType >::getTimeStamp | ( | ) | [inline, static] |
Get the time stamp. This is where we define how to implement time stamping. Here, we simply increment a counter.
Definition at line 51 of file TimeStampedEvent.h.
| static bool TimeStamper< IntType >::leftOlder | ( | IntType | left, | |
| IntType | right | |||
| ) | [inline, static] |
Return true only if left is strictly older than right.
Definition at line 41 of file TimeStampedEvent.h.
1.5.6