Define CAER_SPECIAL_ITERATOR_ALL_START
Defined in File special.h
Define Documentation
-
CAER_SPECIAL_ITERATOR_ALL_START(SPECIAL_PACKET)
Iterator over all special events in a packet. Returns the current index in the ‘caerSpecialIteratorCounter’ variable of type ‘int32_t’ and the current event in the ‘caerSpecialIteratorElement’ variable of type caerSpecialEvent.
SPECIAL_PACKET: a valid SpecialEventPacket pointer. Cannot be NULL.