1 #ifndef _atm_AAerosolSQLManager_h_
2 #define _atm_AAerosolSQLManager_h_
4 #include <utl/ErrorLogger.h>
5 #include <utl/config.h>
7 #ifdef AUGER_SQLITE_ENABLED
8 # include <det/VSQLManager_SQLite.h>
10 # include <det/VSQLManager_MySQL.h>
56 const std::string& columnName,
57 const VManager::IndexMap& componentIndex)
const;
61 const std::string& columnName,
62 const VManager::IndexMap& componentIndex)
const;
65 const std::string& component,
66 const std::string& property,
67 const VManager::IndexMap&)
const;
Manager for aerosol portion of atmospheric monitoring database.
virtual Status GetDBResFundamental(const std::string &tableName, const std::string &columnName, const VManager::IndexMap &componentIndex) const
Class to hold collection (x,y) points and provide interpolation between them.
Interface for detector managers that use MySQL.
virtual Status GenericGetData(VManager::Handle &returnData, const std::string &component, const std::string &property, const VManager::IndexMap &) const
Class to hold collection (x,y) points and provide interpolation between them, where y are complex num...
#define VMANAGER_GETDATA_DENIED(_T_...)
#define VSQLMANAGER_GETDATA_GETDBDATA(_T_...)
virtual Status GetDBResVector(const std::string &tableName, const std::string &columnName, const VManager::IndexMap &componentIndex) const
Status
Specifies success or (eventually) various possible failure modes.