CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches

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
 

Detailed Description

Data structure which holds event information.

Member Data Documentation

◆ app_value

vx_uint32 _vx_event::app_value

value given to event by application during event registration (vxRegisterEvent) or (vxSendUserEvent) in the case of user events.

◆ event_info

vx_event_info_t _vx_event::event_info

parameter structure associated with an event. Depends on type of the event

◆ timestamp

vx_uint64 _vx_event::timestamp

time at which this event was generated, in units of nano-secs

◆ type

vx_enum _vx_event::type

see event type vx_event_type_e