|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
20 #ifndef DW_SENSORS_GPS_PLUGIN_H
21 #define DW_SENSORS_GPS_PLUGIN_H
23 #include <dw/sensors/legacy/plugins/SensorCommonPlugin.h>
24 #include <dw/sensors/gps/GPS.h>
A GPS packet containing localization information.
Function Table exposing GPS plugin functions.
dwStatus dwSensorGPSPlugin_getFunctionTable(dwSensorGPSPluginFunctionTable *functions)
Gets the handle to functions defined in 'dwSensorGPSPluginFunctionTable' structure.
dwSensorGPSPlugin_parseDataBuffer parseDataBuffer
DW_API_PUBLIC const dwSensorHandle_t sensor
void * dwSensorPluginSensorHandle_t
Plugin handle. Used in plugin public interfaces.
Function Table exposing common plugin functions.
dwStatus(* dwSensorGPSPlugin_parseDataBuffer)(dwGPSFrame *frame, size_t *consumed, dwSensorPluginSensorHandle_t sensor)
Processes the data previously passed via the 'dwSensorPlugin_pushData' interface.
dwStatus
Status definition.
dwSensorCommonPluginFunctions common