TIOVX User Guide

Detailed Description

Graph static configuration values.

Defines

#define TIVX_GRAPH_MAX_HEAD_NODES   (8u)
 Max possible head nodes in graph.
 
#define TIVX_GRAPH_MAX_LEAF_NODES   (16u)
 Max possible leaf nodes in graph.
 
#define TIVX_GRAPH_MAX_PARAMS   (8u)
 Max possible parameters in graph.
 
#define TIVX_GRAPH_MAX_DATA_REF_QUEUE   (32u)
 Max data ref queue in graph.
 
#define TIVX_GRAPH_MAX_DELAYS   (8u)
 Max possible delays in graph.
 
#define TIVX_GRAPH_MAX_DATA_REF   (128u)
 Max possible data references in a graph.
 
#define TIVX_DEFAULT_GRAPH_TIMEOUT   (TIVX_EVENT_TIMEOUT_WAIT_FOREVER)
 Default timeout value for graph level control event ACK waits. This is the default timeout value used within the following APIs. More...
 

Macro Definition Documentation

◆ TIVX_DEFAULT_GRAPH_TIMEOUT

#define TIVX_DEFAULT_GRAPH_TIMEOUT   (TIVX_EVENT_TIMEOUT_WAIT_FOREVER)

Default timeout value for graph level control event ACK waits. This is the default timeout value used within the following APIs.

Definition at line 492 of file tivx_config.h.