38#ifndef DW_SENSORS_GPS_PLUGIN_H
39#define DW_SENSORS_GPS_PLUGIN_H
NVIDIA DriveWorks API: GPS
NVIDIA DriveWorks: Common Sensor Plugin Interface
dwStatus
Status definition.
A GPS packet containing localization information.
void * dwSensorPluginSensorHandle_t
Function Table exposing common plugin functions.
dwSensorCommonPluginFunctions common
dwSensorGPSPlugin_parseDataBuffer parseDataBuffer
dwStatus(* dwSensorGPSPlugin_parseDataBuffer)(dwGPSFrame *frame, size_t *consumed, dwSensorPluginSensorHandle_t sensor)
Processes the data previously passed via the 'dwSensorPlugin_pushData' interface.
dwStatus dwSensorGPSPlugin_getFunctionTable(dwSensorGPSPluginFunctionTable *functions)
Gets the handle to functions defined in 'dwSensorGPSPluginFunctionTable' structure.
Function Table exposing GPS plugin functions.