Function caerEventPacketGetSize

Function Documentation

static inline int64_t caerEventPacketGetSize(caerEventPacketHeaderConst header)

Get the full size of an event packet, in bytes. This includes both the header and the data portion.

Parameters:

header – a valid EventPacket header pointer. Cannot be NULL.

Returns:

the event packet size in bytes.