Function caerSpecialEventPacketGetEventConst
Defined in File special.h
Function Documentation
-
static inline caerSpecialEventConst caerSpecialEventPacketGetEventConst(caerSpecialEventPacketConst packet, int32_t n)
Get the special event at the given index from the event packet. This is a read-only event, do not change its contents in any way!
- Parameters:
packet – a valid SpecialEventPacket pointer. Cannot be NULL.
n – the index of the returned event. Must be within [0,eventCapacity[ bounds.
- Returns:
the requested read-only special event. NULL on error.