Main Page | Class List | File List | Class Members | File Members

FreqMask.h

Go to the documentation of this file.
00001 /*************************************************************************** 00002 FreqMask.h - description 00003 ------------------- 00004 begin : sab gen 10 2004 00005 copyright : (C) 2004 by 00006 email : 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef FREQMASK_H 00019 00020 #define FREQMASK_H 00021 00023 00024 typedef struct FrequencyMaskType 00025 {unsigned bar01 : 1; 00026 unsigned bar02 : 1; 00027 unsigned bar03 : 1; 00028 unsigned bar04 : 1; 00029 unsigned bar05 : 1; 00030 unsigned bar06 : 1; 00031 unsigned bar07 : 1; 00032 unsigned bar08 : 1; 00033 unsigned bar09 : 1; 00034 unsigned bar10 : 1; 00035 unsigned bar11 : 1; 00036 unsigned bar12 : 1; 00037 unsigned bar13 : 1; 00038 unsigned bar14 : 1; 00039 unsigned bar15 : 1; 00040 unsigned bar16 : 1; 00041 unsigned bar17 : 1; 00042 unsigned bar18 : 1; 00043 unsigned bar19 : 1; 00044 unsigned bar20 : 1; 00045 unsigned bar21 : 1; 00046 unsigned bar22 : 1; 00047 unsigned bar23 : 1; 00048 unsigned bar24 : 1; 00049 unsigned bar25 : 1; 00050 unsigned bar26 : 1; 00051 unsigned bar27 : 1; 00052 unsigned bar28 : 1; 00053 unsigned bar29 : 1; 00054 unsigned bar30 : 1; 00055 unsigned bar31 : 1; 00056 unsigned bar32 : 1; 00057 } FrequencyMaskType; 00058 00060 const FrequencyMaskType FREQ_MASK_ALL = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}; 00061 00062 #endif

Generated on Fri Jul 23 11:36:01 2004 for WhistleRecogniser by doxygen 1.3.7