Define Radar classifier result including Occupancy results, CPD class results and CPD NHLSClass Results.
Definition at line 616 of file RadarTypes.h.
Data Fields | |
dwRadarOccupancyResults | occupancyResults |
This is used to determine whether there is a valid occupant in a seat or not. More... | |
dwRadarCPDCLASSResults | cpdClassResults |
This is used to determine whether the occupant is a child or adult. More... | |
dwRadarCPDNHLSCLASSResults | cpdNHLSClassResults |
This is used to determine whether there is a human or non human living subject in the seat. More... | |
dwRadarCPDCLASSResults dwRadarClassifierResult::cpdClassResults |
This is used to determine whether the occupant is a child or adult.
Definition at line 622 of file RadarTypes.h.
dwRadarCPDNHLSCLASSResults dwRadarClassifierResult::cpdNHLSClassResults |
This is used to determine whether there is a human or non human living subject in the seat.
Definition at line 625 of file RadarTypes.h.
dwRadarOccupancyResults dwRadarClassifierResult::occupancyResults |
This is used to determine whether there is a valid occupant in a seat or not.
Definition at line 619 of file RadarTypes.h.