TIOVX User Guide
|
Data structure which holds event information. More...
#include <vx_khr_pipelining.h>
Data Fields | |
vx_enum | type |
see event type vx_event_type_e | |
vx_uint64 | timestamp |
vx_uint32 | app_value |
vx_event_info_t | event_info |
Data structure which holds event information.
Definition at line 455 of file vx_khr_pipelining.h.
vx_uint64 vx_event_t::timestamp |
time at which this event was generated, in units of nano-secs
Definition at line 460 of file vx_khr_pipelining.h.
vx_uint32 vx_event_t::app_value |
value given to event by application during event registration (vxRegisterEvent) or (vxSendUserEvent) in the case of user events.
Definition at line 463 of file vx_khr_pipelining.h.
vx_event_info_t vx_event_t::event_info |
parameter structure associated with an event. Depends on type of the event
Definition at line 467 of file vx_khr_pipelining.h.