TIOVX User Guide
vx_kernel.h File Reference

Implementation of Kernel object. More...

Go to the source code of this file.

Data Structures

struct  tivx_signature_t
 The internal representation of the attributes associated with a run-time parameter. More...
 
struct  tivx_kernel_t
 Kernel object internal state. More...
 

Macros

#define TIVX_DEFAULT_KERNEL_TIMEOUT   (TIVX_EVENT_TIMEOUT_WAIT_FOREVER)
 Default timeout value for kernel level control event ACK waits. This is the default timeout value used for all node instances of this kernel when calling the node CREATE and DELETE target kernel functions, which can be overwritten for specific node instances by setting TIVX_NODE_TIMEOUT attribute.
 

Functions

vx_enum ownKernelGetDefaultTarget (vx_kernel kernel)
 Get default target ID associated with this kernel. More...
 
vx_enum ownKernelGetTarget (vx_kernel kernel, const char *target_string)
 Match user provided target with supported targets and return target ID on which to run this kernel. More...
 

Detailed Description

Implementation of Kernel object.

Definition in file vx_kernel.h.