Define CAER_IMU6_CONST_ITERATOR_VALID_START
Defined in File imu6.h
Define Documentation
-
CAER_IMU6_CONST_ITERATOR_VALID_START(IMU6_PACKET)
Const-Iterator over only the valid IMU6 events in a packet. Returns the current index in the ‘caerIMU6IteratorCounter’ variable of type ‘int32_t’ and the current read-only event in the ‘caerIMU6IteratorElement’ variable of type caerIMU6EventConst.
IMU6_PACKET: a valid IMU6EventPacket pointer. Cannot be NULL.