Structure of function prototypes to be implemented by each module.
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 )() |
vx_status(* NodeCbs::init_node) (NodeObj *node) |
vx_status(* NodeCbs::create_node) (NodeObj *node) |
vx_status(* NodeCbs::post_verify_graph) (NodeObj *node) |
vx_status(* NodeCbs::delete_node) (NodeObj *node) |
vx_uint32(* NodeCbs::get_cfg_size) () |
vx_uint32(* NodeCbs::get_priv_size) () |