Define CAER_EVENT_PACKET_CONTAINER_CONST_ITERATOR_START

Define Documentation

CAER_EVENT_PACKET_CONTAINER_CONST_ITERATOR_START(PACKET_CONTAINER)

Const-Iterator over all event packets in an event packet container. Returns the current index in the ‘caerEventPacketContainerIteratorCounter’ variable of type ‘int32_t’ and the current read-only event packet in the ‘caerEventPacketContainerIteratorElement’ variable of type caerEventPacketHeaderConst. The current packet may be NULL, in which case it is skipped during iteration.

PACKET_CONTAINER: a valid EventPacketContainer handle. If NULL, no iteration is performed.