28 #include "../core/lib/LibraryManager.h" 29 #include "../core/logger/Logger.h" 33 #include "../core/translator/Translator.h" 71 #ifdef TERRALIB_AUTOMATIC_INITIALIZATION 82 #ifdef TERRALIB_AUTOMATIC_INITIALIZATION Module()
The singleton constructor will make some initializations.
An utility class to control the startup and cleanup of the TerraLib Platform and its resources...
void init()
It initializes the list of well kown units of measure.
A singleton class for dealing with units-of-measure.
This singleton defines an entry in the Platform for the TerraLib Common Runtime module.
void clear()
Removes all units from the catalogue.
#define TE_TR(message)
It marks a string in order to get translated.
const te::common::Module & sm_module
static void finalize()
This is the cleanup function for the TerraLib Common Runtime module.
static Module & getInstance()
It returns a reference to the singleton instance.
void remove(const std::string &moduleName)
It removes the module entry identified by the given name.
#define TE_COMMON_MODULE_NAME
void add(const Module &m)
It registers the module in the TerraLib Platform.
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
This singleton defines an entry in the Platform for the TerraLib Common Runtime module.
This internal structure is used to model the basic information about a TerraLib module.
static void initialize()
This is the startup function for the TerraLib Common Runtime module.