DSETimeStamp
Contains a time stamp associated with a DSEvent.
typedef struct
{
uint32 seconds ;
uint16 replicaNumber ;
uint16 event ;
} DSETimeStamp;
Two time stamp values are compared by comparing the seconds fields first and the event fields second. If the seconds fields are unequal, order is determined by the seconds field alone. If the seconds fields are equal, and the eventID fields are unequal, order is determined by the eventID fields. If the seconds and the event fields are equal, the time stamps are equal.