Define CPD class results for all the seats and footwells in a car.
Definition at line 544 of file RadarTypes.h.
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... | |
dwRadarCPDCLASSResult dwRadarCPDCLASSResults::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 560 of file RadarTypes.h.
dwRadarCPDCLASSResultValidity dwRadarCPDCLASSResults::footwellsValidity[DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_FOOTWELLS_NUMS_PER_ROW] |
validity info for footwells field
Definition at line 550 of file RadarTypes.h.
dwRadarCPDCLASSResult dwRadarCPDCLASSResults::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 555 of file RadarTypes.h.
dwRadarCPDCLASSResultValidity dwRadarCPDCLASSResults::seatsValidity[DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_SEATS_NUMS_PER_ROW] |
validity info for seats field
Definition at line 547 of file RadarTypes.h.