38#ifndef DW_SENSORS_IMU_PLUGIN_H
39#define DW_SENSORS_IMU_PLUGIN_H
68DW_DEPRECATED(
"dwSensorIMUPlugin_parseDataBuffer is deprecated and will be removed in next major release. Please use dwSensorIMUPlugin_parseDataBufferNew instead")
90#pragma GCC diagnostic push
91#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
93#pragma GCC diagnostic pop
dwStatus
Status definition.
This structure contains one frame of data from a IMU sensor.
NVIDIA DriveWorks API: IMU
NVIDIA DriveWorks: Common Sensor Plugin Interface
#define DW_DEPRECATED(msg)
void * dwSensorPluginSensorHandle_t
Plugin handle. Used in plugin public interfaces.
dwSensorPlugin_timeDomain
Function Table exposing common plugin functions.
dwSensorCommonPluginFunctions common
dwSensorIMUPlugin_parseDataBuffer parseDataBuffer
dwSensorIMUPlugin_parseDataBufferNew parseDataBufferNew
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.
dwStatus(* dwSensorIMUPlugin_parseDataBufferNew)(dwIMUFrame *frame, size_t *consumed, dwSensorPlugin_timeDomain *outDomain, dwSensorPluginSensorHandle_t sensor)
Processes the data previously passed via the 'dwSensorPlugin_pushData' interface.
Function Table exposing IMU plugin functions.