Function caerEventPacketContainerGetLowestEventTimestamp
Defined in File packetContainer.h
Function Documentation
-
static inline int64_t caerEventPacketContainerGetLowestEventTimestamp(caerEventPacketContainerConst container)
Get the lowest timestamp contained in this event packet container.
- Parameters:
container – a valid EventPacketContainer handle. If NULL, -1 is returned.
- Returns:
the lowest timestamp (in µs) or -1 if not initialized.