TIOVX User Guide
|
Context used while sorting a graph. More...
#include <vx_context.h>
Data Fields | |
vx_node | sorted_nodes [TIVX_GRAPH_MAX_NODES] |
Sorted node list. | |
vx_node | stack [TIVX_GRAPH_MAX_NODES] |
uint16_t | stack_top |
uint16_t | stack_max_elems |
Context used while sorting a graph.
Definition at line 50 of file vx_context.h.
vx_node tivx_graph_sort_context::stack[TIVX_GRAPH_MAX_NODES] |
stack used while sorting
Definition at line 55 of file vx_context.h.
uint16_t tivx_graph_sort_context::stack_top |
stack top
Definition at line 57 of file vx_context.h.
uint16_t tivx_graph_sort_context::stack_max_elems |
stack max size
Definition at line 59 of file vx_context.h.