xWRL1432 MMWAVE-L-SDK  05.03.00
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*/
93 
94 
103 typedef struct DPIF_RadarCube_t
104 {
106  uint32_t datafmt;
107 
109  uint32_t dataSize;
110 
114  void *data;
116 
117 
118 #ifdef __cplusplus
119 }
120 #endif
121 
122 #endif /* DPIF_RADARCUBE_H */
DPIF_RadarCube
Radar Cube Buffer Interface.
Definition: dpif_radarcube.h:104
DPIF_RadarCube::datafmt
uint32_t datafmt
Radar Cube data Format DPIF_RADARCUBE_FORMAT.
Definition: dpif_radarcube.h:106
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:114
DPIF_RadarCube::dataSize
uint32_t dataSize
Radar Cube buffer size in bytes.
Definition: dpif_radarcube.h:109