00001 #ifndef _SETTINGS_H__ 00002 #define _SETTINGS_H__ 00003 00004 #include <stdint.h> 00005 00006 static const int BEACON_INTERVAL = 1400; 00007 static const int TOPO_INTERVAL = 1000; 00008 00015 static const int NR_BEACON_TRIGGER_FAIL = 8; 00016 00023 static const size_t QUEUE_LENGTH = 10; 00024 00025 #endif //SETTINGS_H__ 00026 /* This stuff is for emacs 00027 * Local variables: 00028 * mode:c++ 00029 * c-basic-offset: 4 00030 * End: 00031 */