27 #include "../core/logger/Logger.h" 28 #include "../common/TerraLib.h" 29 #include "../core/translator/Translator.h" 65 std::lock_guard<std::mutex> lock(
m_mutex);
71 std::lock_guard<std::mutex> lock(
m_mutex);
const te::rp::Module & sm_module
Module()
The singleton constructor is not callable outside the class.
This singleton defines the TerraLib Raster Processing module entry.
static void finalize()
This is the cleanup function for the TerraLib DataType module.
#define TE_TR(message)
It marks a string in order to get translated.
static const std::string getLastLogStr()
Returns the last log string generated by this module.
#define TE_RP_MODULE_NAME
static Module & getInstance()
It returns a reference to the singleton instance.
static std::string m_lastLogString
The last error string generated by this module.
void remove(const std::string &moduleName)
It removes the module entry identified by the given name.
void add(const Module &m)
It registers the module in the TerraLib Platform.
static void initialize()
This is the startup function for the TerraLib Raster Processing module.
This singleton defines the TerraLib Raster Processing module entry.
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
This internal structure is used to model the basic information about a TerraLib module.
static std::mutex m_mutex
Static mutex.
Configuration flags for the Raster Processing module of TerraLib.
static void setLastLogStr(const std::string &errorStr)
Set the last log string generated by this module.