Function caerSpikeEventValidate

Function Documentation

static inline void caerSpikeEventValidate(caerSpikeEvent event, caerSpikeEventPacket packet)

Validate the current event by setting its valid bit to true and increasing the event packet’s event count and valid event count. Only works on events that are invalid. DO NOT CALL THIS AFTER HAVING PREVIOUSLY ALREADY INVALIDATED THIS EVENT, the total count will be incorrect.

Parameters:
  • event – a valid SpikeEvent pointer. Cannot be NULL.

  • packet – the SpikeEventPacket pointer for the packet containing this event. Cannot be NULL.