Function caerEventPacketGetDataSize
Defined in File common.h
Function Documentation
-
static inline int64_t caerEventPacketGetDataSize(caerEventPacketHeaderConst header)
Get the data size of an event packet, in bytes. This is only the size of the data portion, excluding the header.
- Parameters:
header – a valid EventPacket header pointer. Cannot be NULL.
- Returns:
the event packet data size in bytes.