NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwRadarCPDCLASSResults Struct Reference

Detailed Description

Define CPD class results for all the seats and footwells in a car.

Definition at line 544 of file RadarTypes.h.

Collaboration diagram for dwRadarCPDCLASSResults:

Data Fields

dwRadarCPDCLASSResultValidity seatsValidity [DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_SEATS_NUMS_PER_ROW]
 validity info for seats field More...
 
dwRadarCPDCLASSResultValidity footwellsValidity [DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_FOOTWELLS_NUMS_PER_ROW]
 validity info for footwells field More...
 
dwRadarCPDCLASSResult seats [DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_SEATS_NUMS_PER_ROW]
 2D array to mimic the actual representation of rows and columns for seats, for example seats[DW_SENSOR_RADAR_FIRST_ROW][DW_SENSOR_RADAR_LEFT] 1st row left seat, seats[DW_SENSOR_RADAR_SECOND_ROW][DW_SENSOR_RADAR_RIGHT] 2nd row right seat More...
 
dwRadarCPDCLASSResult footwells [DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_FOOTWELLS_NUMS_PER_ROW]
 2D array to mimic the actual representation of rows and columns for footwells, for example footwells[DW_SENSOR_RADAR_FIRST_ROW][DW_SENSOR_RADAR_LEFT] 1st row left footwell, footwells[DW_SENSOR_RADAR_SECOND_ROW][DW_SENSOR_RADAR_RIGHT] 2nd row right footwell More...
 

Field Documentation

◆ footwells

2D array to mimic the actual representation of rows and columns for footwells, for example footwells[DW_SENSOR_RADAR_FIRST_ROW][DW_SENSOR_RADAR_LEFT] 1st row left footwell, footwells[DW_SENSOR_RADAR_SECOND_ROW][DW_SENSOR_RADAR_RIGHT] 2nd row right footwell

Definition at line 560 of file RadarTypes.h.

◆ footwellsValidity

validity info for footwells field

Definition at line 550 of file RadarTypes.h.

◆ seats

2D array to mimic the actual representation of rows and columns for seats, for example seats[DW_SENSOR_RADAR_FIRST_ROW][DW_SENSOR_RADAR_LEFT] 1st row left seat, seats[DW_SENSOR_RADAR_SECOND_ROW][DW_SENSOR_RADAR_RIGHT] 2nd row right seat

Definition at line 555 of file RadarTypes.h.

◆ seatsValidity

validity info for seats field

Definition at line 547 of file RadarTypes.h.


The documentation for this struct was generated from the following file: