00001
00002
00003
00004
00005
00006
00007 #ifndef __constants_h
00008 #define __constants_h
00009
00010 const unsigned int historySize = 100;
00011 const unsigned int groupOpenTimeout = 750;
00012 const unsigned int numbBands = 10;
00013
00014 #endif // __constants_h