NVIDIA DeepStream SDK API Reference

6.4 Release
nvaisle_csv Namespace Reference

Data Structures

struct  _NvAisleCsvFields
 Data structure contaning all the parameters specified in one row of an Aisle CSV file. More...
 
class  AisleCSVParser
 Class for parsing of Aisle CSV data. More...
 

Typedefs

typedef struct nvaisle_csv::_NvAisleCsvFields NvAisleCsvFields
 Data structure contaning all the parameters specified in one row of an Aisle CSV file. More...
 
typedef std::map< uint32_t, NvAisleCsvFields_AisleIndex_Map
 std::map<camera_id, NvAisleCsvFields> More...
 
typedef std::map< uint32_t, _AisleIndex_Map_AisleCSVMap
 std::map<camera_id, _AisleIndex_Map> More...
 
typedef std::map< string, uint32_t > _AisleCameraMap
 std::map<camera-ipaddress, camera-id> More...
 
typedef std::map< uint32_t, uint32_t > _AisleCameraViews
 std::map<camera-id, num_aisle_views> More...
 
typedef std::pair< _AisleIndex_Map::iterator, bool > _AisleIndexMap_Result
 
typedef std::pair< _AisleCSVMap::iterator, bool > _AisleCSVMap_Result
 
typedef std::pair< _AisleCameraMap::iterator, bool > _AisleCameraMap_Result
 
typedef std::pair< _AisleCameraViews::iterator, bool > _AisleCameraView_Result
 

Typedef Documentation

◆ _AisleCameraMap

typedef std::map<string, uint32_t> nvaisle_csv::_AisleCameraMap

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

Definition at line 77 of file nv_aisle_csvparser.hpp.

◆ _AisleCameraMap_Result

typedef std::pair<_AisleCameraMap::iterator, bool> nvaisle_csv::_AisleCameraMap_Result

Definition at line 84 of file nv_aisle_csvparser.hpp.

◆ _AisleCameraView_Result

typedef std::pair<_AisleCameraViews::iterator, bool> nvaisle_csv::_AisleCameraView_Result

Definition at line 85 of file nv_aisle_csvparser.hpp.

◆ _AisleCameraViews

typedef std::map<uint32_t, uint32_t> nvaisle_csv::_AisleCameraViews

std::map<camera-id, num_aisle_views>

Definition at line 80 of file nv_aisle_csvparser.hpp.

◆ _AisleCSVMap

typedef std::map<uint32_t, _AisleIndex_Map> nvaisle_csv::_AisleCSVMap

std::map<camera_id, _AisleIndex_Map>

Definition at line 74 of file nv_aisle_csvparser.hpp.

◆ _AisleCSVMap_Result

typedef std::pair<_AisleCSVMap::iterator, bool> nvaisle_csv::_AisleCSVMap_Result

Definition at line 83 of file nv_aisle_csvparser.hpp.

◆ _AisleIndex_Map

typedef std::map<uint32_t, NvAisleCsvFields> nvaisle_csv::_AisleIndex_Map

std::map<camera_id, NvAisleCsvFields>

Definition at line 71 of file nv_aisle_csvparser.hpp.

◆ _AisleIndexMap_Result

typedef std::pair<_AisleIndex_Map::iterator, bool> nvaisle_csv::_AisleIndexMap_Result

Definition at line 82 of file nv_aisle_csvparser.hpp.

◆ NvAisleCsvFields

Data structure contaning all the parameters specified in one row of an Aisle CSV file.