CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Data structure which holds event information. More...
#include <vx_khr_pipelining.h>
Public Attributes | |
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.
vx_uint32 _vx_event::app_value |
value given to event by application during event registration (vxRegisterEvent) or (vxSendUserEvent) in the case of user events.
vx_event_info_t _vx_event::event_info |
parameter structure associated with an event. Depends on type of the event
vx_uint64 _vx_event::timestamp |
time at which this event was generated, in units of nano-secs
vx_enum _vx_event::type |
see event type vx_event_type_e