NVIDIA DeepStream SDK API Reference

6.4 Release
nvspot_csv Namespace Reference

Data Structures

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

Typedefs

typedef struct nvspot_csv::_NvSpotCsvFields 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_SpotIndex_Map
 std::map<std::pair<surface_id, spot_index>, NvSpotCsvFields> More...
 
typedef std::map< uint32_t, _SpotIndex_Map_SpotCSVMap
 
typedef std::map< string, uint32_t > _SpotCameraMap
 std::map<camera-ipaddress, camera-id> More...
 
typedef std::map< uint32_t, uint32_t > _SpotCameraViews
 std::map<camera-id, num_spot_views> More...
 
typedef std::pair< _SpotIndex_Map::iterator, bool > _SpotIndexMap_Result
 
typedef std::pair< _SpotCSVMap::iterator, bool > _SpotCSVMap_Result
 
typedef std::pair< _SpotCameraMap::iterator, bool > _SpotCameraMap_Result
 
typedef std::pair< _SpotCameraViews::iterator, bool > _SpotCameraView_Result
 

Typedef Documentation

◆ _SpotCameraMap

typedef std::map<string, uint32_t> nvspot_csv::_SpotCameraMap

std::map<camera-ipaddress, camera-id>

Definition at line 67 of file nv_spot_csvparser.hpp.

◆ _SpotCameraMap_Result

typedef std::pair<_SpotCameraMap::iterator, bool> nvspot_csv::_SpotCameraMap_Result

Definition at line 74 of file nv_spot_csvparser.hpp.

◆ _SpotCameraView_Result

typedef std::pair<_SpotCameraViews::iterator, bool> nvspot_csv::_SpotCameraView_Result

Definition at line 75 of file nv_spot_csvparser.hpp.

◆ _SpotCameraViews

typedef std::map<uint32_t, uint32_t> nvspot_csv::_SpotCameraViews

std::map<camera-id, num_spot_views>

Definition at line 70 of file nv_spot_csvparser.hpp.

◆ _SpotCSVMap

typedef std::map<uint32_t, _SpotIndex_Map> nvspot_csv::_SpotCSVMap

Definition at line 64 of file nv_spot_csvparser.hpp.

◆ _SpotCSVMap_Result

typedef std::pair<_SpotCSVMap::iterator, bool> nvspot_csv::_SpotCSVMap_Result

Definition at line 73 of file nv_spot_csvparser.hpp.

◆ _SpotIndex_Map

typedef std::map<std::pair<uint32_t, uint32_t>, NvSpotCsvFields> nvspot_csv::_SpotIndex_Map

std::map<std::pair<surface_id, spot_index>, NvSpotCsvFields>

Definition at line 63 of file nv_spot_csvparser.hpp.

◆ _SpotIndexMap_Result

typedef std::pair<_SpotIndex_Map::iterator, bool> nvspot_csv::_SpotIndexMap_Result

Definition at line 72 of file nv_spot_csvparser.hpp.

◆ NvSpotCsvFields

Data structure contaning all the parameters specified in one row of a Spot CSV file.