Define CPD NHLS class results for all the seats and footwells in a car.
Definition at line 593 of file RadarTypes.h.
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... | |
dwRadarCPDNHLSCLASSResult dwRadarCPDNHLSCLASSResults::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
Definition at line 609 of file RadarTypes.h.
dwRadarCPDNHLSCLASSResultValidity dwRadarCPDNHLSCLASSResults::footwellsValidity[DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_FOOTWELLS_NUMS_PER_ROW] |
validity info for footwells field
Definition at line 599 of file RadarTypes.h.
dwRadarCPDNHLSCLASSResult dwRadarCPDNHLSCLASSResults::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
Definition at line 604 of file RadarTypes.h.
dwRadarCPDNHLSCLASSResultValidity dwRadarCPDNHLSCLASSResults::seatsValidity[DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_SEATS_NUMS_PER_ROW] |
validity info for seats field
Definition at line 596 of file RadarTypes.h.