sensor supplement data structure, include calibration info, performance, blockage, health signal
Definition at line 1121 of file RadarSSI.h.
Data Fields | |
dwTime_t | timestamp |
timestamp when the packet received More... | |
dwRadarSSIValidity | validityInfo |
validity info for calibInfo, healthInfo and perfInfo More... | |
dwRadarCalibrationInfo | calibInfo |
calibration info for such as calibration status, positions More... | |
dwRadarHealthInfo | healthInfo |
health info More... | |
dwRadarPerfInfo | perfInfo |
performance info More... | |
dwRadarHealthError | healthError |
Bitmask of Health errors. More... | |
dwRadarHealthErrors | healthErrors |
Detected Radar Health Errors. More... | |
dwRadarCalibrationInfo dwRadarSSI::calibInfo |
calibration info for such as calibration status, positions
Definition at line 1130 of file RadarSSI.h.
dwRadarHealthError dwRadarSSI::healthError |
Bitmask of Health errors.
Use healthErrors instead
Definition at line 1141 of file RadarSSI.h.
dwRadarHealthErrors dwRadarSSI::healthErrors |
Detected Radar Health Errors.
Definition at line 1144 of file RadarSSI.h.
dwRadarHealthInfo dwRadarSSI::healthInfo |
health info
Definition at line 1133 of file RadarSSI.h.
dwRadarPerfInfo dwRadarSSI::perfInfo |
performance info
Definition at line 1136 of file RadarSSI.h.
dwTime_t dwRadarSSI::timestamp |
timestamp when the packet received
Definition at line 1124 of file RadarSSI.h.
dwRadarSSIValidity dwRadarSSI::validityInfo |
validity info for calibInfo, healthInfo and perfInfo
Definition at line 1127 of file RadarSSI.h.