Function caerIMU6EventInvalidate

Function Documentation

static inline void caerIMU6EventInvalidate(caerIMU6Event event, caerIMU6EventPacket 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 IMU6Event pointer. Cannot be NULL.

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