Function caerSpecialEventGetData
Defined in File special.h
Function Documentation
-
static inline uint32_t caerSpecialEventGetData(caerSpecialEventConst event)
Get the special event data. Its meaning depends on the type. Current types that make use of it are (see ‘enum caer_special_event_types’):
DVS_ROW_ONLY: encodes the address of the row from the row-only event.
- Parameters:
event – a valid SpecialEvent pointer. Cannot be NULL.
- Returns:
the special event data.