47#ifndef DW_SENSORS_RADAR_RADAR_H_
48#define DW_SENSORS_RADAR_RADAR_H_
56#define DW_RADARSCAN_MINIMUM_PAYLOAD_SIZE 1744
257 const uint8_t*
const rawData,
size_t const size,
dwSensorHandle_t const sensor);
dwStatus
Status definition.
NVIDIA DriveWorks API: RadarScan
Defines FFT patch value of the detection.
Defines the detection misc.
Defines the probability of some items recevied in a detection.
Defines the quality of the detection.
Defines standard deviation of the detection.
Defines the ambiguity of a radar scan.
Defines the radar scan misc.
Defines the validity of features in a radar scan. Include the validity structure in this page.
Defines the structure for reporting sensor mount position.
Defines the properties of the radar.
Defines the type of scan (combination of return type & range)
Defines the structure for reporting current vehicle dynamics state.
NVIDIA DriveWorks API: Sensors
float float32_t
Specifies POD types.
int64_t dwTime_t
Specifies a timestamp unit, in microseconds.
dwRadarDetectionStdDev const * detectionStdDev
Pointer to the array of dwRadarDetectionStdDev, size of this array is numReturns.
dwRadarScanType scanType
Type of scan.
dwRadarDetectionMisc const * detectionMisc
Pointer to the array of dwRadarDetectionMisc, size of this array is numReturns.
dwTime_t sensorTimestamp
Sensor timestamp at which the current measurement scan was started (us)
dwTime_t hostTimestamp
Host timestamp at reception of first packet belonging to this scan (us)
dwRadarScanValidity scanValidity
Radar Scan validity If the signal is unavailable or invalid, the value of the signal will be the maxi...
dwRadarScanSSI const * radarSSI
radar supplement status info such as calibration info, health signal, performance
dwRadarDetectionFFTPatch const * detectionFFTPatch
Pointer to the array of dwRadarDetectionFFTPatch, size of this array is numReturns.
dwRadarDetectionProbability const * detectionProbability
Pointer to the array of dwRadarDetectionProbability, size of this array is numReturns.
uint32_t scanIndex
Sensor-provided scan index.
dwRadarScanAmbiguity radarScanAmbiguity
Radar Scan ambiguity.
dwRadarDetectionQuality const * detectionQuality
Pointer to the array of dwRadarDetectionQuality, size of this array is numReturns.
void * data
Pointer to the array of returns (to be casted based on return type) Size of this array is numReturns.
uint32_t numReturns
Number of radar returns in this scan.
float32_t dopplerAmbiguity
Doppler ambiguity free range.
dwRadarScanMisc radarScanMisc
Radar Scan miscellaneous fields.
DW_API_PUBLIC dwStatus dwSensorRadar_readScan(const dwRadarScan **const data, const dwTime_t timeoutUs, dwSensorHandle_t const sensor)
Reads a one scan chunk.
DW_API_PUBLIC dwStatus dwSensorRadar_toggleScanType(bool const enable, dwRadarScanType const scanType, dwSensorHandle_t const sensor)
Enables/Disables a scan type for the radar sensor.
DW_API_PUBLIC dwStatus dwSensorRadar_readData(const dwRadarScan **const data, const dwRadarScanType type, const dwTime_t timeoutUs, dwSensorHandle_t const sensor)
Reads a single packet, which might be an entire scan or a fraction of a scan, which is sensor depende...
DW_API_PUBLIC dwStatus dwSensorRadar_processRawData(const dwRadarScan **const data, const uint8_t *const rawData, size_t const size, dwSensorHandle_t const sensor)
Decodes raw data previously read onto the application side structure.
DW_API_PUBLIC dwStatus dwSensorRadar_setMountPosition(dwRadarMountPosition *const data, dwSensorHandle_t const sensor)
Sends the radar mount position information to the radar.
DW_API_PUBLIC dwStatus dwSensorRadar_returnData(const dwRadarScan *const scan, dwSensorHandle_t const sensor)
Returns the data read to the internal pool.
DW_API_PUBLIC dwStatus dwSensorRadar_setDataDecoding(bool const enable, dwSensorHandle_t const sensor)
Enables/disables the decoding of the Radar packets, which incurs in additional CPU load.
DW_API_PUBLIC dwStatus dwSensorRadar_setVehicleState(dwRadarVehicleState *const data, dwSensorHandle_t const sensor)
Sends vehicle dynamics information to the radar.
struct _dwRadarScanSSI dwRadarScanSSI
Not available as of current release. Will be added in future release.
DW_API_PUBLIC dwStatus dwSensorRadar_getProperties(dwRadarProperties *const radarProperties, dwSensorHandle_t const sensor)
Gets information about the radar sensor.
DW_API_PUBLIC dwStatus dwSensorRadar_returnScan(const dwRadarScan *const scan, dwSensorHandle_t const sensor)
Returns the data covering an entire scan read to the internal pool.
Defines the structure for a complete radar scan.
struct dwSensorObject * dwSensorHandle_t
Handle representing a sensor.