30 :
te::plugin::CppPlugin(pluginInfo)
void startup()
This method will be called by TerraLib to startup some plugin's functionality.
HelloWorldPlugin(const te::plugin::PluginInfo &pluginInfo)
It creates a new C++ plugin.
~HelloWorldPlugin()
destructor.
#define PLUGIN_CALL_BACK_IMPL(PLUGIN_CLASS_NAME)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
The basic information about a plugin.
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality.