ddt 1.1.0
|
#include <configurationMaps.hpp>
Protected Attributes | |
ddt::DdtLogger * | logger |
ConfigurationMaps () | |
virtual | ~ConfigurationMaps () |
void | set_logger (ddt::DdtLogger *const logger) |
std::list< std::string > | get_ConfigurationMaps () |
cpl_image * | get_ConfigurationMap (const std::string identification) |
void | LoadConfigurationMaps (const std::string config_map_source) |
Class to wrap the usage of configuration map access classes.
ConfigurationMaps::ConfigurationMaps | ( | ) |
Constructor
|
virtual |
Destructor
cpl_image * ConfigurationMaps::get_ConfigurationMap | ( | const std::string | identification | ) |
Get a configuration map in form of a CPL image.
identification | string to identify the configuration map that is to be loaded |
std::list< std::string > ConfigurationMaps::get_ConfigurationMaps | ( | ) |
Get a list of configuration maps. The maps are identified using a string.
void ConfigurationMaps::LoadConfigurationMaps | ( | const std::string | config_map_source | ) |
Load the configuration maps from the specified configuration map source.
config_map_source | the source of the configuration maps |
void ConfigurationMaps::set_logger | ( | ddt::DdtLogger *const | logger | ) |
Set logger
logger | A DDT logger object (no transfer of ownership). |
|
protected |
The logger object