TIOVX User Guide

Detailed Description

Internal APIs for delay operations.

Data Structures

struct  tivx_delay_param_t
 The internal representation of the delay parameters as a list. More...
 
struct  tivx_delay_t
 Delay object internal state. More...
 

Functions

vx_bool ownAddAssociationToDelay (vx_reference value, vx_node n, vx_uint32 i)
 Adds an association to a node to a delay slot object reference. More...
 
vx_bool ownRemoveAssociationToDelay (vx_reference value, vx_node n, vx_uint32 i)
 Removes an association to a node from a delay slot object reference. More...
 

Function Documentation

◆ ownAddAssociationToDelay()

vx_bool ownAddAssociationToDelay ( vx_reference  value,
vx_node  n,
vx_uint32  i 
)

Adds an association to a node to a delay slot object reference.

Parameters
[in]valueThe delay slot object reference.
[in]nThe node reference.
[in]iThe index of the parameter.

◆ ownRemoveAssociationToDelay()

vx_bool ownRemoveAssociationToDelay ( vx_reference  value,
vx_node  n,
vx_uint32  i 
)

Removes an association to a node from a delay slot object reference.

Parameters
[in]valueThe delay slot object reference.
[in]nThe node reference.
[in]iThe index of the parameter.