1 #ifndef _atm_ALidarSQLManager_h_
2 #define _atm_ALidarSQLManager_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>
53 const std::string& columnName,
54 const IndexMap& componentIndex)
const;
58 const std::string& columnName,
59 const IndexMap& componentIndex)
const;
Class to hold collection (x,y) points and provide interpolation between them.
virtual Status GetDBResFundamental(const std::string &tableName, const std::string &columnName, const IndexMap &componentIndex) const
overload this in all derived managers that need it
Interface for detector managers that use MySQL.
Class to hold collection (x,y) points and provide interpolation between them, where y are complex num...
virtual Status GetDBResVector(const std::string &tableName, const std::string &columnName, const IndexMap &componentIndex) const
overload this in all derived managers that need it
#define VMANAGER_GETDATA_DENIED(_T_...)
Manager for lidar portion of atmospheric monitoring database.
#define VMANAGER_GETDATA_HANDLE_DENIED
#define VSQLMANAGER_GETDATA_GETDBDATA(_T_...)
std::map< std::string, std::string > IndexMap
Status
Specifies success or (eventually) various possible failure modes.