Function caerIMU9EventInvalidate

Function Documentation

static inline void caerIMU9EventInvalidate(caerIMU9Event event, caerIMU9EventPacket 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 IMU9Event pointer. Cannot be NULL.

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