NMT 450: Support for other European counties, like Belgium, Czech, Slovakia

This commit is contained in:
Andreas Eversberg
2017-06-09 20:18:24 +02:00
parent dbdedfe1a1
commit 50b2021d21
9 changed files with 309 additions and 154 deletions

7
src/nmt/countries.h Normal file
View File

@@ -0,0 +1,7 @@
void nmt_country_list(void);
int nmt_country_by_short_name(const char *short_name);
const char *nmt_long_name_by_short_name(const char *short_name);
int nmt_ta_by_short_name(const char *short_name, int ta);
double nmt_channel2freq(const char *short_name, int channel, int uplink, double *deviation_factor, int *scandinavia, int *tested);