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