xWRL6432 MMWAVE-L-SDK  05.04.00.01
DPIF_RadarCube Struct Reference

Detailed Description

Radar Cube Buffer Interface.

The structure defines the radar cube buffer interface, including property, size and data pointer.

Data Fields

uint32_t datafmt
 Radar Cube data Format DPIF_RADARCUBE_FORMAT. More...
 
uint32_t dataSize
 Radar Cube buffer size in bytes. More...
 
void * data
 Radar Cube data pointer User could remap this to specific typedef using information in DPIF_RADARCUBE_FORMAT. More...
 

Field Documentation

◆ datafmt

uint32_t DPIF_RadarCube::datafmt

Radar Cube data Format DPIF_RADARCUBE_FORMAT.

◆ dataSize

uint32_t DPIF_RadarCube::dataSize

Radar Cube buffer size in bytes.

◆ data

void* DPIF_RadarCube::data

Radar Cube data pointer User could remap this to specific typedef using information in DPIF_RADARCUBE_FORMAT.