TIOVX User Guide

Delay object internal state. More...

#include <vx_delay.h>

Data Fields

tivx_reference_t base
 reference object
 
vx_reference refs [TIVX_DELAY_MAX_OBJECT]
 reference's of object within delay
 
tivx_delay_param_t set [TIVX_DELAY_MAX_OBJECT]
 information about delay reference's
 
vx_uint32 index
 current delay position
 
vx_uint32 count
 
vx_enum type
 object type within the delay
 
vx_delay pyr_delay [TIVX_PYRAMID_MAX_LEVEL_OBJECTS]
 delay for objects within a pyramid
 
vx_delay obj_arr_delay [TIVX_OBJECT_ARRAY_MAX_ITEMS]
 delay for objects within an object array
 
vx_size pyr_num_levels
 
vx_size obj_arr_num_items
 
tivx_delay_param_t prm_pool [TIVX_DELAY_MAX_PRM_OBJECT]
 

Detailed Description

Delay object internal state.

Definition at line 47 of file vx_delay.h.

Field Documentation

◆ count

vx_uint32 tivx_delay_t::count

number of objects within delay

Definition at line 58 of file vx_delay.h.

◆ pyr_num_levels

vx_size tivx_delay_t::pyr_num_levels

number of levels in pyramid object

Definition at line 66 of file vx_delay.h.

◆ obj_arr_num_items

vx_size tivx_delay_t::obj_arr_num_items

number of items in object array object

Definition at line 68 of file vx_delay.h.

◆ prm_pool

tivx_delay_param_t tivx_delay_t::prm_pool[TIVX_DELAY_MAX_PRM_OBJECT]

Maximum number of paramter objects that can be associated with a delay

Definition at line 70 of file vx_delay.h.


The documentation for this struct was generated from the following file: