00001 #ifndef CONSTANTS_H_
00002 #define CONSTANTS_H_
00003
00018 #define MIFI_EARTH_RADIUS_M 6371000
00019
00023 #define MIFI_FILETYPE_UNKNOWN -1
00024 #define MIFI_FILETYPE_FELT 0
00025 #define MIFI_FILETYPE_NETCDF 1
00026 #define MIFI_FILETYPE_NCML 2
00027 #define MIFI_FILETYPE_GRIB 3
00028
00029 #ifdef __cplusplus
00030 extern "C" {
00031 #endif
00032
00036 const char* fimexVersion();
00037
00041 int fimexHasNetcdf();
00045 int fimexHasGribApi();
00049 int fimexHasFelt();
00050
00051 #ifdef __cplusplus
00052 }
00053 #endif
00054
00055
00056 #endif