TIOVX User Guide
vx_event_t Struct Reference

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
 

Detailed Description

Data structure which holds event information.

Definition at line 455 of file vx_khr_pipelining.h.

Field Documentation

◆ timestamp

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.

◆ app_value

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.

◆ event_info

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.


The documentation for this struct was generated from the following file: