NVSPOT CSV File Parser library to be used by applications / libraries.
Definition in file sources/includes/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 |