xWRL6432 MMWAVE-L-SDK  05.04.00.01
DPIF_DetMatrix Struct Reference

Detailed Description

Detection matrix buffer interface.

The structure defines the detection matrix buffer interface, including data property, size and pointer

Data Fields

uint32_t datafmt
 Detection Matrix data Format DPIF_DETMATRIX_FORMAT. More...
 
uint32_t dataSize
 Detection Matrix buffer size in bytes. More...
 
void * data
 Detection Matrix data pointer User could remap this to specific typedef using information in DPIF_DETMATRIX_FORMAT. More...
 

Field Documentation

◆ datafmt

uint32_t DPIF_DetMatrix::datafmt

Detection Matrix data Format DPIF_DETMATRIX_FORMAT.

◆ dataSize

uint32_t DPIF_DetMatrix::dataSize

Detection Matrix buffer size in bytes.

◆ data

void* DPIF_DetMatrix::data

Detection Matrix data pointer User could remap this to specific typedef using information in DPIF_DETMATRIX_FORMAT.