Define CAER_IMU9_CONST_REVERSE_ITERATOR_VALID_START
Defined in File imu9.h
Define Documentation
-
CAER_IMU9_CONST_REVERSE_ITERATOR_VALID_START(IMU9_PACKET)
Const-Reverse 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 read-only event in the ‘caerIMU9IteratorElement’ variable of type caerIMU9EventConst.
IMU9_PACKET: a valid IMU9EventPacket pointer. Cannot be NULL.