Definition at line 1151 of file RadarSSI.h.

Data Fields | |
| uint32_t | scanIndex |
| Sensor-provided scan index. More... | |
| dwTime_t | sensorTimestamp |
| Sensor timestamp at which the current measurement scan was started (us). Same time domain as hostTimestamp. More... | |
| dwTime_t | hostTimestamp |
| Host timestamp at reception of first packet belonging to this scan (us) More... | |
| dwRadarScanType | scanType |
| Type of scan. More... | |
| uint32_t | numReturns |
| Number of radar returns in this scan. More... | |
| dwRadarSSI | RadarSSI |
| Attached RadarSSI message. More... | |
| uint8_t | sensorID |
| Sensor ID. More... | |
| dwTime_t dwRadarSSIDebugInfo::hostTimestamp |
Host timestamp at reception of first packet belonging to this scan (us)
Definition at line 1160 of file RadarSSI.h.
| uint32_t dwRadarSSIDebugInfo::numReturns |
Number of radar returns in this scan.
Definition at line 1166 of file RadarSSI.h.
| dwRadarSSI dwRadarSSIDebugInfo::RadarSSI |
Attached RadarSSI message.
Definition at line 1169 of file RadarSSI.h.
| uint32_t dwRadarSSIDebugInfo::scanIndex |
Sensor-provided scan index.
Definition at line 1154 of file RadarSSI.h.
| dwRadarScanType dwRadarSSIDebugInfo::scanType |
Type of scan.
Definition at line 1163 of file RadarSSI.h.
| uint8_t dwRadarSSIDebugInfo::sensorID |
Sensor ID.
Definition at line 1172 of file RadarSSI.h.
| dwTime_t dwRadarSSIDebugInfo::sensorTimestamp |
Sensor timestamp at which the current measurement scan was started (us). Same time domain as hostTimestamp.
Definition at line 1157 of file RadarSSI.h.