32 #define FULL_CTCSS_LIST \ 33 600, 670, 693, 719, 744, 770, 797, 825, 854, 885, 915, \ 34 948, 974, 1000, 1035, 1072, 1109, 1148, 1188, 1200, 1230, 1273, \ 35 1318, 1365, 1413, 1462, 1514, 1567, 1598, 1622, 1655, 1679, \ 36 1713, 1738, 1773, 1799, 1835, 1862, 1899, 1928, 1966, 1995, \ 37 2035, 2065, 2107, 2181, 2257, 2291, 2336, 2418, 2503, 2541, \ 40 static const tone_t static_full_ctcss_list[] =
45 #define FULL_CTCSS_LIST_COUNT 52 55 #define COMMON_CTCSS_LIST \ 56 670, 693, 719, 744, 770, 797, 825, 854, 885, 915, \ 57 948, 974, 1000, 1035, 1072, 1109, 1148, 1188, 1230, 1273, \ 58 1318, 1365, 1413, 1462, 1514, 1567, 1598, 1622, 1655, 1679, \ 59 1713, 1738, 1773, 1799, 1835, 1862, 1899, 1928, 1966, 1995, \ 60 2035, 2065, 2107, 2181, 2257, 2291, 2336, 2418, 2503, 2541, \ 63 static const tone_t static_common_ctcss_list[] =
68 #define COMMON_CTCSS_LIST_COUNT 50 74 #define COMMON_DCS_LIST \ 75 23, 25, 26, 31, 32, 36, 43, 47, 51, 53, \ 76 54, 65, 71, 72, 73, 74, 114, 115, 116, 122, 125, 131, \ 77 132, 134, 143, 145, 152, 155, 156, 162, 165, 172, 174, 205, \ 78 212, 223, 225, 226, 243, 244, 245, 246, 251, 252, 255, 261, \ 79 263, 265, 266, 271, 274, 306, 311, 315, 325, 331, 332, 343, \ 80 346, 351, 356, 364, 365, 371, 411, 412, 413, 423, 431, 432, \ 81 445, 446, 452, 454, 455, 462, 464, 465, 466, 503, 506, 516, \ 82 523, 526, 532, 546, 565, 606, 612, 624, 627, 631, 632, 654, \ 83 662, 664, 703, 712, 723, 731, 732, 734, 743, 754, \ 86 static const tone_t static_common_dcs_list[] =
91 #define COMMON_DCS_LIST_COUNT 104 96 #define FULL_DCS_LIST \ 97 17, 23, 25, 26, 31, 32, 36, 43, 47, 50, 51, 53, \ 98 54, 65, 71, 72, 73, 74, 114, 115, 116, 122, 125, 131, \ 99 132, 134, 143, 145, 152, 155, 156, 162, 165, 172, 174, 205, \ 100 212, 223, 225, 226, 243, 244, 245, 246, 251, 252, 255, 261, \ 101 263, 265, 266, 271, 274, 306, 311, 315, 325, 331, 332, 343, \ 102 346, 351, 356, 364, 365, 371, 411, 412, 413, 423, 431, 432, \ 103 445, 446, 452, 454, 455, 462, 464, 465, 466, 503, 506, 516, \ 104 523, 526, 532, 546, 565, 606, 612, 624, 627, 631, 632, 654, \ 105 662, 664, 703, 712, 723, 731, 732, 734, 743, 754, \ 108 static const tone_t static_full_dcs_list[] =
113 #define FULL_DCS_LIST_COUNT 106 119 #if (defined(_WIN32) || defined(__CYGWIN__)) // && !defined(IN_HAMLIB) 120 #define common_ctcss_list (tone_t*)static_common_ctcss_list 121 #define full_ctcss_list (tone_t*)static_full_ctcss_list 122 #define full_dcs_list (tone_t*)static_full_dcs_list 123 #define common_dcs_list (tone_t*)static_common_dcs_list tone_t full_ctcss_list[]
Definition: tones.c:47
tone_t common_dcs_list[]
Definition: tones.c:61
Hamlib rig data structures.
tone_t common_ctcss_list[]
Definition: tones.c:56
tone_t full_dcs_list[]
Definition: tones.c:66