xWRL6432 MMWAVE-L-SDK  05.04.00.01
DPIF_Anglemat Struct Reference

Detailed Description

Angle Matrix Buffer Interface.

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

Data Fields

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

Field Documentation

◆ datafmt

uint32_t DPIF_Anglemat::datafmt

Angle Matrix data Format DPIF_ANGLEMATRIX_FORMAT.

◆ dataSize

uint32_t DPIF_Anglemat::dataSize

Angle Matrix buffer size in bytes.

◆ data

void* DPIF_Anglemat::data

Angle Matrix data pointer User could remap this to specific typedef using information in DPIF_ANGLEMATRIX_FORMAT.