00001 #ifndef _WEATHER_DEFS_H_ 00002 #define _WEATHER_DEFS_H_ 00003 00004 #include <qmap.h> 00005 #include <qstring.h> 00006 00007 typedef unsigned char units_t; 00008 00009 #define SI_UNITS 0 00010 #define ENG_UNITS 1 00011 00012 00013 #define DEFAULT_UPDATE_TIMEOUT (5*60*1000) 00014 #define DEFAULT_SCRIPT_TIMEOUT (60*1000) 00015 00016 typedef QMap<QString, QString> DataMap; 00017 00018 #endif
1.5.5