xWRL6432 MMWAVE-L-SDK  05.04.00.01
trackerProcObjType Struct Reference

Detailed Description

TrackerProc DPU Object.

The structure is used to hold TrackerProc internal data object

Data Fields

DPU_TrackerProc_Handle gtrackHandle
 Structure holds the message body for the Point Cloud. More...
 
uint32_t pointCloudSize
 Point Cloud Size. More...
 
trackerProc_PointpointCloud
 Structure holds the Input Point Cloud. More...
 
trackerProc_TargetDescrHandletargetDescrHandle
 Target Descriptors. More...
 
DPU_TrackerProc_Config pDpuCfg
 Pointer to DPU config. More...
 
bool inProgress
 trackerProc DPU is in processing state More...
 

Field Documentation

◆ gtrackHandle

DPU_TrackerProc_Handle trackerProcObjType::gtrackHandle

Structure holds the message body for the Point Cloud.

◆ pointCloudSize

uint32_t trackerProcObjType::pointCloudSize

Point Cloud Size.

◆ pointCloud

trackerProc_Point* trackerProcObjType::pointCloud

Structure holds the Input Point Cloud.

◆ targetDescrHandle

trackerProc_TargetDescrHandle* trackerProcObjType::targetDescrHandle

Target Descriptors.

◆ pDpuCfg

DPU_TrackerProc_Config trackerProcObjType::pDpuCfg

Pointer to DPU config.

◆ inProgress

bool trackerProcObjType::inProgress

trackerProc DPU is in processing state