NVIDIA DeepStream SDK API Reference

6.4 Release
nv_spot_csvparser.hpp File Reference

Detailed Description

SPDX-FileCopyrightText: Copyright (c) 2018 NVIDIA CORPORATION & AFFILIATES.

All rights reserved. SPDX-License-Identifier: LicenseRef-NvidiaProprietary

NVIDIA CORPORATION, its affiliates and licensors retain all intellectual property and proprietary rights in and to this material, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this material and related documentation without an express license agreement from NVIDIA CORPORATION or its affiliates is strictly prohibited.

NVSPOT CSV File Parser library to be used by applications / libraries

Definition in file nv_spot_csvparser.hpp.

Go to the source code of this file.

Data Structures

struct  nvspot_csv::_NvSpotCsvFields
 Data structure contaning all the parameters specified in one row of a Spot CSV file. More...
 
class  nvspot_csv::SpotCSVParser
 Class for parsing of Spot CSV data. More...
 

Namespaces

 nvspot_csv
 

Typedefs

typedef struct nvspot_csv::_NvSpotCsvFields nvspot_csv::NvSpotCsvFields
 Data structure contaning all the parameters specified in one row of a Spot CSV file. More...
 
typedef std::map< std::pair< uint32_t, uint32_t >, NvSpotCsvFields > nvspot_csv::_SpotIndex_Map
 std::map<std::pair<surface_id, spot_index>, NvSpotCsvFields> More...
 
typedef std::map< uint32_t, _SpotIndex_Map > nvspot_csv::_SpotCSVMap
 
typedef std::map< string, uint32_t > nvspot_csv::_SpotCameraMap
 std::map<camera-ipaddress, camera-id> More...
 
typedef std::map< uint32_t, uint32_t > nvspot_csv::_SpotCameraViews
 std::map<camera-id, num_spot_views> More...
 
typedef std::pair< _SpotIndex_Map::iterator, bool > nvspot_csv::_SpotIndexMap_Result
 
typedef std::pair< _SpotCSVMap::iterator, bool > nvspot_csv::_SpotCSVMap_Result
 
typedef std::pair< _SpotCameraMap::iterator, bool > nvspot_csv::_SpotCameraMap_Result
 
typedef std::pair< _SpotCameraViews::iterator, bool > nvspot_csv::_SpotCameraView_Result