NVIDIA DeepStream SDK API Reference

9.0 Release
sources/libs/ds3d/dataloader/lidarsource/lidar_file_source.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2021-2022 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 
13 
14 #ifndef _DS3D_DATALOADER_LIDARSOURCE_LIDAR_FILE_SOURCE_H
15 #define _DS3D_DATALOADER_LIDARSOURCE_LIDAR_FILE_SOURCE_H
16 
17 #include "ds3d/common/impl/impl_dataloader.h"
18 
22 
23 #endif // _DS3D_DATALOADER_DEPTHSOURCE_DEPTH_COLOR_SOURCE_H
DS3D_EXTERN_C_BEGIN
#define DS3D_EXTERN_C_BEGIN
Definition: sources/includes/ds3d/common/defines.h:125
DS3D_EXPORT_API
#define DS3D_EXPORT_API
Definition: sources/includes/ds3d/common/defines.h:124
ds3d::abiRefT
Definition: sources/includes/ds3d/common/abi_obj.h:39
DS3D_EXTERN_C_END
#define DS3D_EXTERN_C_END
Definition: sources/includes/ds3d/common/defines.h:126
createLidarFileLoader
DS3D_EXTERN_C_BEGIN DS3D_EXPORT_API ds3d::abiRefDataLoader * createLidarFileLoader()