TIOVX User Guide
vx_event_info_t Union Reference

Parameter structure associated with an event. Depends on type of the event. More...

#include <vx_khr_pipelining.h>

Data Fields

vx_event_graph_parameter_consumed graph_parameter_consumed
 
vx_event_graph_completed graph_completed
 
vx_event_node_completed node_completed
 
vx_event_node_error node_error
 
vx_event_user_event user_event
 

Detailed Description

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

Definition at line 431 of file vx_khr_pipelining.h.

Field Documentation

◆ graph_parameter_consumed

vx_event_graph_parameter_consumed vx_event_info_t::graph_parameter_consumed

event information for type: VX_EVENT_GRAPH_PARAMETER_CONSUMED

Definition at line 433 of file vx_khr_pipelining.h.

◆ graph_completed

vx_event_graph_completed vx_event_info_t::graph_completed

event information for type: VX_EVENT_GRAPH_COMPLETED

Definition at line 436 of file vx_khr_pipelining.h.

◆ node_completed

vx_event_node_completed vx_event_info_t::node_completed

event information for type: VX_EVENT_NODE_COMPLETED

Definition at line 439 of file vx_khr_pipelining.h.

◆ node_error

vx_event_node_error vx_event_info_t::node_error

event information for type: VX_EVENT_NODE_ERROR

Definition at line 442 of file vx_khr_pipelining.h.

◆ user_event

vx_event_user_event vx_event_info_t::user_event

event information for type: VX_EVENT_USER

Definition at line 445 of file vx_khr_pipelining.h.


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