EdgeAI TIOVX Apps Guide
NodeCbs Struct Reference

Detailed Description

Structure of function prototypes to be implemented by each module.

Collaboration diagram for NodeCbs:
Collaboration graph

Data Fields

vx_status(* init_node )(NodeObj *node)
 
vx_status(* create_node )(NodeObj *node)
 
vx_status(* post_verify_graph )(NodeObj *node)
 
vx_status(* delete_node )(NodeObj *node)
 
vx_uint32(* get_cfg_size )()
 
vx_uint32(* get_priv_size )()
 

Field Documentation

◆ init_node

vx_status(* NodeCbs::init_node) (NodeObj *node)

◆ create_node

vx_status(* NodeCbs::create_node) (NodeObj *node)

◆ post_verify_graph

vx_status(* NodeCbs::post_verify_graph) (NodeObj *node)

◆ delete_node

vx_status(* NodeCbs::delete_node) (NodeObj *node)

◆ get_cfg_size

vx_uint32(* NodeCbs::get_cfg_size) ()

◆ get_priv_size

vx_uint32(* NodeCbs::get_priv_size) ()