26 #ifndef __TERRALIB_TERRALIB4_INTERNAL_MODULE_H    27 #define __TERRALIB_TERRALIB4_INTERNAL_MODULE_H    30 #include "../plugin/Plugin.h"    84 #endif  // __TERRALIB_TERRALIB4_INTERNAL_MODULE_H Configuration flags for the TerraLib 4 driver. 
 
PLUGIN_CALL_BACK_DECLARATION(TEADOEXPORT)
 
Module(const te::plugin::PluginInfo &pluginInfo)
It creates a new C++ module. 
 
void startup()
This method will be called by TerraLib to startup some plugin's functionality. 
 
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality. 
 
A base class for plugin types. 
 
#define TETERRALIB4EXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
The basic information about a plugin.