Go to the source code of this file.
Functions | |
| static void | init_freq_tables (freq_table_map_t &) |
| static freq_table_list_t | get_matching_freq_tables_internal (const QString &format, const QString &modulation, const QString &country) |
| static bool | init_freq_tables (void) |
| bool | teardown_frequency_tables (void) |
| freq_table_list_t | get_matching_freq_tables (const QString &format, const QString &modulation, const QString &country) |
| long long | get_center_frequency (QString format, QString modulation, QString country, int freqid) |
| int | get_closest_freqid (QString format, QString modulation, QString country, long long centerfreq) |
Variables | |
| static bool | frequencies_initialized = false |
| static QMutex | frequencies_lock |
| static freq_table_map_t | frequencies |
| static void init_freq_tables | ( | freq_table_map_t & | fmap | ) | [static] |
Definition at line 304 of file frequencytables.cpp.
Referenced by get_center_frequency(), get_matching_freq_tables(), and init_freq_tables().
| static freq_table_list_t get_matching_freq_tables_internal | ( | const QString & | format, | |
| const QString & | modulation, | |||
| const QString & | country | |||
| ) | [static] |
Definition at line 213 of file frequencytables.cpp.
Referenced by get_center_frequency(), get_closest_freqid(), and get_matching_freq_tables().
| static bool init_freq_tables | ( | void | ) | [static] |
Definition at line 192 of file frequencytables.cpp.
| bool teardown_frequency_tables | ( | void | ) |
Definition at line 202 of file frequencytables.cpp.
Referenced by DataDirectProcessor::UpdateChannelsSafe(), and ChannelScanSM::~ChannelScanSM().
| freq_table_list_t get_matching_freq_tables | ( | const QString & | format, | |
| const QString & | modulation, | |||
| const QString & | country | |||
| ) |
Definition at line 234 of file frequencytables.cpp.
Referenced by PaneATSC::FetchFrequencyTables(), and ChannelScanSM::ScanTransports().
| long long get_center_frequency | ( | QString | format, | |
| QString | modulation, | |||
| QString | country, | |||
| int | freqid | |||
| ) |
Definition at line 250 of file frequencytables.cpp.
Referenced by get_atsc_stuff().
| int get_closest_freqid | ( | QString | format, | |
| QString | modulation, | |||
| QString | country, | |||
| long long | centerfreq | |||
| ) |
Definition at line 273 of file frequencytables.cpp.
bool frequencies_initialized = false [static] |
Definition at line 8 of file frequencytables.cpp.
Referenced by init_freq_tables(), and teardown_frequency_tables().
QMutex frequencies_lock [static] |
Definition at line 9 of file frequencytables.cpp.
Referenced by get_center_frequency(), get_matching_freq_tables(), and teardown_frequency_tables().
freq_table_map_t frequencies [static] |
Definition at line 10 of file frequencytables.cpp.
Referenced by get_matching_freq_tables_internal(), init_freq_tables(), and teardown_frequency_tables().
1.6.3