NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release

Detailed Description

Provides an interface for non-standard data sensors.

Data Structures

struct  dwSensorDataPluginFunctionTable
 Function Table exposing data plugin functions. More...
 

Functions

dwStatus dwSensorDataPlugin_getFunctionTable (dwSensorDataPluginFunctionTable *functions)
 Gets the handle to functions defined in 'dwSensorDataPluginFunctionTable' structure. More...
 

Function Documentation

◆ dwSensorDataPlugin_getFunctionTable()

dwStatus dwSensorDataPlugin_getFunctionTable ( dwSensorDataPluginFunctionTable functions)

Gets the handle to functions defined in 'dwSensorDataPluginFunctionTable' structure.

Parameters
[out]functionsA pointer to the function table
Returns
DW_INVALID_ARGUMENT - if pointer to the function table is NULL.
DW_SUCCESS
API Group
  • Init: Yes
  • Runtime: Yes
  • De-Init: Yes