VPI - Vision Programming Interface

0.1.0 Release

VPIArrayDataRec Struct Reference

Stores information about array characteristics and content. More...

#include <vpi/Array.h>

+ Collaboration diagram for VPIArrayDataRec:

Data Fields

VPIArrayType type
 Type of each array element.
 
uint32_t size
 Number of elements in the array.
 
uint32_t capacity
 Maximum number of elements that the array can hold.
 
uint32_t stride
 Size in bytes of each array element.
 
void * data
 Points to the first element of the array.
 

Detailed Description

Stores information about array characteristics and content.

Definition at line 116 of file Array.h.


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