26 #ifndef __TERRALIB_GRIB_INTERNAL_PLATFORM_H 
   27 #define __TERRALIB_GRIB_INTERNAL_PLATFORM_H 
   30 #include "../plugin/CppPlugin.h" 
  101         static void initialize();
 
  111         static void finalize();
 
  124 #endif  // __TERRALIB_GRIB_INTERNAL_PLATFORM_H 
The basic information about a plugin. 
 
A utility class to initialize and terminate TerraLib GRIB driver support. 
 
#define TEGRIBEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
#define PLUGIN_CALL_BACK_DECLARATION(PLUGIN_EXPORT_MACRO)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
 
static bool sm_gribInitialized
A flag that indicates if the GRIB driver is initialized or not. 
 
Configuration flags for GRIB. 
 
An abstract interface for Plugins written in C++.