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

Parameter structure returned with event of type VX_EVENT_NODE_ERROR. More...

#include <vx_khr_pipelining.h>

Public Attributes

vx_graph graph
 graph which generated this event
 
vx_node node
 node which generated this event
 
vx_status status
 error condition of node
 

Detailed Description

Parameter structure returned with event of type VX_EVENT_NODE_ERROR.

Member Data Documentation

◆ graph

vx_graph _vx_event_node_error::graph

graph which generated this event

◆ node

vx_node _vx_event_node_error::node

node which generated this event

◆ status

vx_status _vx_event_node_error::status

error condition of node