xWRL6432 MMWAVE-L-SDK  05.04.00.01
dpif_radarcube.h
Go to the documentation of this file.
1 
40 /**************************************************************************
41  *************************** Include Files ********************************
42  **************************************************************************/
43 #ifndef DPIF_RADARCUBE_H
44 #define DPIF_RADARCUBE_H
45 
46 #include <stdint.h>
47 
48 #ifdef __cplusplus
49 extern "C" {
50 #endif
51 
52 
68 #define DPIF_RADARCUBE_FORMAT_1 1
73 #define DPIF_RADARCUBE_FORMAT_2 2
77 #define DPIF_RADARCUBE_FORMAT_3 3
84 #define DPIF_RADARCUBE_FORMAT_4 4
87 #define DPIF_RADARCUBE_FORMAT_5 5
90 #define DPIF_RADARCUBE_FORMAT_6 6 /*DPIF_RADARCUBE_FORMAT*/
94 
95 
104 typedef struct DPIF_RadarCube_t
105 {
107  uint32_t datafmt;
108 
110  uint32_t dataSize;
111 
115  void *data;
117 
118 
119 #ifdef __cplusplus
120 }
121 #endif
122 
123 #endif /* DPIF_RADARCUBE_H */
DPIF_RadarCube
Radar Cube Buffer Interface.
Definition: dpif_radarcube.h:105
DPIF_RadarCube::datafmt
uint32_t datafmt
Radar Cube data Format DPIF_RADARCUBE_FORMAT.
Definition: dpif_radarcube.h:107
DPIF_RadarCube::data
void * data
Radar Cube data pointer User could remap this to specific typedef using information in DPIF_RADARCUBE...
Definition: dpif_radarcube.h:115
DPIF_RadarCube::dataSize
uint32_t dataSize
Radar Cube buffer size in bytes.
Definition: dpif_radarcube.h:110