Function caerPolarityEventInvalidate

Function Documentation

static inline void caerPolarityEventInvalidate(caerPolarityEvent event, caerPolarityEventPacket packet)

Invalidate the current event by setting its valid bit to false and decreasing the number of valid events held in the packet. Only works with events that are already valid!

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

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