26 #ifndef __TERRALIB_TERRALIB4_INTERNAL_MODULE_H 
   27 #define __TERRALIB_TERRALIB4_INTERNAL_MODULE_H 
   30 #include "../core/plugin/CppPlugin.h" 
   82 #endif  // __TERRALIB_TERRALIB4_INTERNAL_MODULE_H 
Basic information about a plugin. 
 
Configuration flags for the TerraLib 4 driver. 
 
void startup()
This method will be called by TerraLib to startup some plugin's functionality. 
 
The base class for C++ plugins. 
 
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality. 
 
Module(const te::core::PluginInfo &pluginInfo)
It creates a new C++ module.