|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
20 #ifndef DW_SENSORS_RADAR_PLUGIN_H
21 #define DW_SENSORS_RADAR_PLUGIN_H
23 #include <dw/sensors/legacy/plugins/SensorCommonPlugin.h>
24 #include <dw/sensors/radar/RadarFullTypes.h>
dwSensorRadarPlugin_getDecoderConstants getDecoderConstants
dwSensorRadarPlugin_parseDataBuffer parseDataBuffer
Defines the type of scan (combination of return type & range)
dwSensorRadarPlugin_setVehicleState setVehicleState
Defines the properties of the radar.
@ DW_RADAR_RANGE_COUNT
Count.
dwSensorCommonPluginFunctions common
dwStatus(* dwSensorRadarPlugin_getDecoderConstants)(_dwSensorRadarDecoder_constants *constants, dwSensorPluginSensorHandle_t sensor)
Gets constants associated with this radar sensor.
dwStatus dwSensorRadarPlugin_getFunctionTable(dwSensorRadarPluginFunctionTable *functions)
Returns the table of functions that are provided by the vendor-provided library for the sensor.
Holds constants for a given radar.
dwStatus(* dwSensorRadarPlugin_validatePacket)(const char *rawData, size_t size, dwRadarScanType *messageType, dwSensorPluginSensorHandle_t sensor)
Validates the raw data packet.
dwSensorRadarPlugin_validatePacket validatePacket
Defines the structure for a complete radar scan.
size_t maxPayloadSize
Packet max payload size, in bytes.
DW_API_PUBLIC const dwSensorHandle_t sensor
dwStatus(* dwSensorRadarPlugin_parseDataBuffer)(dwRadarScan *output, const dwRadarScanType scanType, dwSensorPluginSensorHandle_t sensor)
Processes the data previously passed via the 'dwSensorPlugin_pushData' interface.
void * dwSensorPluginSensorHandle_t
Plugin handle. Used in plugin public interfaces.
dwStatus(* dwSensorRadarPlugin_setVehicleState)(const dwRadarVehicleState *state, dwSensorPluginSensorHandle_t sensor)
Sends vehicle dynamics information to the radar.
@ DW_RADAR_RETURN_TYPE_COUNT
Count.
dwRadarProperties properties
Radar properties.
Function Table exposing common plugin functions.
Holds the list of exported functions implemented by the vendor-provided library.
dwStatus
Status definition.
size_t maxPacketsPerScan
Maximum packets per scan.
Defines the structure for reporting current vehicle dynamics state.
size_t dynamicsSizeInBytes
Dynamics Size, in bytes.