Function caerEventPacketHeaderGetEventValid

Function Documentation

static inline int32_t caerEventPacketHeaderGetEventValid(caerEventPacketHeaderConst header)

Get the number of valid events in this packet, disregarding invalid ones (where the invalid mark is set).

Parameters:

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

Returns:

the number of valid events in this packet.