Define CAER_IMU9_ITERATOR_VALID_START
Defined in File imu9.h
Define Documentation
-
CAER_IMU9_ITERATOR_VALID_START(IMU9_PACKET)
Iterator over only the valid IMU9 events in a packet. Returns the current index in the ‘caerIMU9IteratorCounter’ variable of type ‘int32_t’ and the current event in the ‘caerIMU9IteratorElement’ variable of type caerIMU9Event.
IMU9_PACKET: a valid IMU9EventPacket pointer. Cannot be NULL.