Function caerFrameEventPacketGetPixelsMaxIndex
Defined in File frame.h
Function Documentation
-
static inline size_t caerFrameEventPacketGetPixelsMaxIndex(caerFrameEventPacketConst packet)
Get the maximum index into the pixels array, based upon how much memory was allocated to it by ‘caerFrameEventPacketAllocate()’.
- Parameters:
packet – a valid FrameEventPacket pointer. Cannot be NULL.
- Returns:
maximum pixels array index.