NVIDIA DriveWorks: Data Sensor Plugin Interface to interact with live sensors
Description: This file defines the interfaces to be implemented for Data sensor plugins.
Definition in file DataSensorPlugin.h.
Go to the source code of this file.
Data Structures | |
struct | dwDataSensorPluginFunction |
Function Table exposing data sensor plugin functions. More... | |
Typedefs | |
typedef dwStatus(* | dwSensorDataPlugin_sendPacket) (dwDataPacket *packet, dwSensorPluginSensorHandle_t sensor) |
Send a packet via data sensor plugin. More... | |
typedef struct dwDataSensorPluginFunction | dwDataSensorPluginFunction |
Function Table exposing data sensor plugin functions. More... | |
typedef struct dwDataSensorPluginFunction dwDataSensorPluginFunction |
Function Table exposing data sensor plugin functions.
typedef dwStatus(* dwSensorDataPlugin_sendPacket) (dwDataPacket *packet, dwSensorPluginSensorHandle_t sensor) |
Send a packet via data sensor plugin.
[in] | packet | A pointer to the packet to be sent. |
[in] | sensor | Specifies the data sensor to send the message over. |
Definition at line 43 of file DataSensorPlugin.h.