Define CAER_IMU9_CONST_ITERATOR_ALL_START
Defined in File imu9.h
Define Documentation
-
CAER_IMU9_CONST_ITERATOR_ALL_START(IMU9_PACKET)
Const-Iterator over all 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.