NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DataSensorPlugin.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2023-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4  *
5  * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6  * property and proprietary rights in and to this material, related
7  * documentation and any modifications thereto. Any use, reproduction,
8  * disclosure or distribution of this material and related documentation
9  * without an express license agreement from NVIDIA CORPORATION or
10  * its affiliates is strictly prohibited.
11  */
12 
20 #ifndef DW_SENSORS_SENSORLIVE_DATA_DATASENSORPLUGIN_H
21 #define DW_SENSORS_SENSORLIVE_DATA_DATASENSORPLUGIN_H
22 
23 #include <dw/sensors/sensorlive/plugins/SensorPlugin.h>
24 #include <dw/sensors/data/Data.h>
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
44 
47 {
51 
52 #ifdef __cplusplus
53 }
54 #endif
55 
56 #endif // DW_SENSORS_SENSORLIVE_DATA_DATASENSORPLUGIN_H
dwDataSensorPluginFunction::SENSOR_PLUGIN_COMMON_FUNCTIONS
SENSOR_PLUGIN_COMMON_FUNCTIONS
Definition: DataSensorPlugin.h:48
dwDataSensorPluginFunction
struct dwDataSensorPluginFunction dwDataSensorPluginFunction
Function Table exposing data sensor plugin functions.
dwDataSensorPluginFunction
Function Table exposing data sensor plugin functions.
Definition: DataSensorPlugin.h:46
dwSensorDataPlugin_sendPacket
dwStatus(* dwSensorDataPlugin_sendPacket)(dwDataPacket *packet, dwSensorPluginSensorHandle_t sensor)
Send a packet via data sensor plugin.
Definition: DataSensorPlugin.h:43
sensor
DW_API_PUBLIC const dwSensorHandle_t sensor
Definition: Camera.h:714
dwSensorPluginSensorHandle_t
void * dwSensorPluginSensorHandle_t
Plugin handle. Used in plugin public interfaces.
Definition: SensorPlugin.h:33
dwStatus
dwStatus
Status definition.
Definition: ErrorDefs.h:27
dwDataPacket
Holds a data packet.
Definition: Data.h:41
dwDataSensorPluginFunction::sendPacket
dwSensorDataPlugin_sendPacket sendPacket
Definition: DataSensorPlugin.h:49