NVIDIA DriveWorks: GPS Sensor Plugin Interface
Description: This file defines the interfaces to be implemented for GPS sensor plugins.
Definition in file GPSPlugin.h.
Go to the source code of this file.
Data Structures | |
| struct | dwSensorGPSPluginFunctionTable | 
| Function Table exposing GPS plugin functions.  More... | |
Typedefs | |
| typedef dwStatus(* | dwSensorGPSPlugin_parseDataBuffer) (dwGPSFrame *frame, size_t *consumed, dwSensorPluginSensorHandle_t sensor) | 
| Processes the data previously passed via the 'dwSensorPlugin_pushData' interface.  More... | |
Functions | |
| dwStatus | dwSensorGPSPlugin_getFunctionTable (dwSensorGPSPluginFunctionTable *functions) | 
| Gets the handle to functions defined in 'dwSensorGPSPluginFunctionTable' structure.  More... | |