00001 #ifndef _SETTINGS_H__ 00002 #define _SETTINGS_H__ 00003 00004 00005 static const int BEACON_INTERVAL = 1400; 00006 static const int TOPO_INTERVAL = 1000; 00007 00008 #endif //SETTINGS_H__ 00009 /* This stuff is for emacs 00010 * Local variables: 00011 * mode:c++ 00012 * c-basic-offset: 4 00013 * End: 00014 */