Function caerEventPacketHeaderGetEventCapacity
Defined in File common.h
Function Documentation
-
static inline int32_t caerEventPacketHeaderGetEventCapacity(caerEventPacketHeaderConst header)
Get the maximum number of events this packet can store.
- Parameters:
header – a valid EventPacket header pointer. Cannot be NULL.
- Returns:
the number of events this packet can hold.