38#ifndef DW_SENSORS_IMU_PLUGIN_H
39#define DW_SENSORS_IMU_PLUGIN_H
NVIDIA DriveWorks API: IMU
NVIDIA DriveWorks: Common Sensor Plugin Interface
dwStatus
Status definition.
An IMU frame containing sensor readings from the IMU sensor.
void * dwSensorPluginSensorHandle_t
Function Table exposing common plugin functions.
dwSensorCommonPluginFunctions common
dwSensorIMUPlugin_parseDataBuffer parseDataBuffer
dwStatus(* dwSensorIMUPlugin_parseDataBuffer)(dwIMUFrame *frame, size_t *consumed, dwSensorPluginSensorHandle_t sensor)
Processes the data previously passed via the 'dwSensorPlugin_pushData' interface.
dwStatus dwSensorIMUPlugin_getFunctionTable(dwSensorIMUPluginFunctionTable *functions)
Gets the handle to functions defined in 'dwSensorIMUPluginFunctionTable' structure.
Function Table exposing IMU plugin functions.