CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
vx.h File Reference

The top level OpenVX Header. More...

#include <VX/vx_vendors.h>
#include <VX/vx_types.h>
#include <VX/vx_kernels.h>
#include <VX/vx_api.h>
#include <VX/vx_nodes.h>
#include <VX/vx_corevx_ext.h>

Macros

#define VX_MAX_IMPLEMENTATION_NAME   (64)
 Defines the length of the implementation name string, including the trailing zero.
 
#define VX_MAX_KERNEL_NAME   (256)
 Defines the length of a kernel name string to be added to OpenVX, including the trailing zero.
 
#define VX_MAX_LOG_MESSAGE_LEN   (1024)
 Defines the length of a message buffer to copy from the log, including the trailing zero.
 
#define VX_MAX_REFERENCE_NAME   (64)
 Defines the length of the reference name string, including the trailing zero.
 
#define VX_VERSION_MAJOR(x)
 Defines the major version number macro.
 
#define VX_VERSION_MINOR(x)
 Defines the minor version number macro.
 
#define VX_VERSION_1_0   (VX_VERSION_MAJOR(1) | VX_VERSION_MINOR(0))
 Defines the predefined version number for 1.0.
 
#define VX_VERSION_1_1   (VX_VERSION_MAJOR(1) | VX_VERSION_MINOR(1))
 Defines the predefined version number for 1.1.
 
#define VX_VERSION_1_2   (VX_VERSION_MAJOR(1) | VX_VERSION_MINOR(2))
 Defines the predefined version number for 1.2.
 
#define VX_VERSION_1_3   (VX_VERSION_MAJOR(1) | VX_VERSION_MINOR(3))
 Defines the predefined version number for 1.3.
 
#define VX_VERSION   (VX_VERSION_1_3)
 Defines the OpenVX Version Number.
 

Detailed Description

The top level OpenVX Header.