NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwRadarCPDNHLSCLASSResults Struct Reference

Detailed Description

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

Definition at line 593 of file RadarTypes.h.

Collaboration diagram for dwRadarCPDNHLSCLASSResults:

Data Fields

dwRadarCPDNHLSCLASSResultValidity seatsValidity [DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_SEATS_NUMS_PER_ROW]
 validity info for seats field More...
 
dwRadarCPDNHLSCLASSResultValidity footwellsValidity [DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_FOOTWELLS_NUMS_PER_ROW]
 validity info for footwells field More...
 
dwRadarCPDNHLSCLASSResult 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...
 
dwRadarCPDNHLSCLASSResult 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 609 of file RadarTypes.h.

◆ footwellsValidity

validity info for footwells field

Definition at line 599 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 604 of file RadarTypes.h.

◆ seatsValidity

validity info for seats field

Definition at line 596 of file RadarTypes.h.


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