9 #ifndef PACKETSTAMPER_H    10 #define PACKETSTAMPER_H static int64_t stampPacket(XsDataPacket &pack, XsDataPacket &highest)
Create 64 bit counter for a packet. 
 
static const int64_t SC8BOUNDARY_HIGHMASK
8 bit Sample Counter boundary exclusive mask 
 
static const int64_t SC8BOUNDARY
8 bit Sample Counter boundary 
 
static const int64_t SC8BOUNDARY_HALF
8 bit Sample Counter boundary/2, used for determining SC wrapping 
 
static int64_t calculateLargeSampleTime(int64_t frameTime, int64_t lastTime)
Calculate the new large sample time value based on frameTime and the lastTime. 
 
static const int64_t SC8BOUNDARY_LOWMASK
8 bit Sample Counter boundary inclusive mask 
 
static int64_t calculateLargePacketCounter(int64_t frameCounter, int64_t lastCounter)
Calculate the new large sample counter value based on frameCounter and the lastCounter. 
 
Supplies functionality for timestamping data packets. 
 
static const int64_t MTSCBOUNDARY_LOWMASK
16 bit MT Sample Counter boundary inclusive mask 
 
static int64_t calculateLargePacketCounter8(int64_t frameCounter, int64_t lastCounter)
Calculate the new large packet counter value based on frameCounter and the lastCounter. 
 
static const int64_t MTSCBOUNDARY_HALF
16 bit MT Sample Counter boundary/2, used for determining SC wrapping 
 
static const int64_t MTSCBOUNDARY
16 bit MT Sample Counter boundary 
 
Contains data received from a device or read from a file. 
 
static const int64_t MTSCBOUNDARY_HIGHMASK
16 bit MT Sample Counter boundary exclusive mask