Define Occupancy results for all the seats and footwells in a car.
Definition at line 495 of file RadarTypes.h.
Data Fields | |
dwRadarOccupancyResultValidity | seatsValidity [DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_SEATS_NUMS_PER_ROW] |
validity info for seats field More... | |
dwRadarOccupancyResultValidity | footwellsValidity [DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_FOOTWELLS_NUMS_PER_ROW] |
validity info for footwells field More... | |
dwRadarOccupancyResult | 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... | |
dwRadarOccupancyResult | 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... | |
dwRadarOccupancyResult dwRadarOccupancyResults::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 511 of file RadarTypes.h.
dwRadarOccupancyResultValidity dwRadarOccupancyResults::footwellsValidity[DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_FOOTWELLS_NUMS_PER_ROW] |
validity info for footwells field
Definition at line 501 of file RadarTypes.h.
dwRadarOccupancyResult dwRadarOccupancyResults::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 506 of file RadarTypes.h.
dwRadarOccupancyResultValidity dwRadarOccupancyResults::seatsValidity[DW_SENSOR_RADAR_MAX_ROWS][DW_SENSOR_RADAR_MAX_SEATS_NUMS_PER_ROW] |
validity info for seats field
Definition at line 498 of file RadarTypes.h.