Function caerFrameEventGetTSEndOfExposure64
Defined in File frame.h
Function Documentation
-
static inline int64_t caerFrameEventGetTSEndOfExposure64(caerFrameEventConst event, caerFrameEventPacketConst packet)
Get the 64bit end of exposure timestamp, in microseconds. See ‘caerEventPacketHeaderGetEventTSOverflow()’ documentation for more details on the 64bit timestamp.
- Parameters:
event – a valid FrameEvent pointer. Cannot be NULL.
packet – the FrameEventPacket pointer for the packet containing this event. Cannot be NULL.
- Returns:
this event’s 64bit microsecond end of exposure timestamp.