Translate DMR Id to callsign from a file.

This commit is contained in:
Jonathan Naylor
2016-04-12 18:26:13 +01:00
parent 9c59294c23
commit 8eb564ba37
18 changed files with 87 additions and 43 deletions

2
Conf.h
View File

@@ -80,6 +80,7 @@ public:
bool getDMRSelfOnly() const;
std::vector<unsigned int> getDMRPrefixes() const;
std::vector<unsigned int> getDMRBlackList() const;
std::string getDMRLookupFile() const;
// The System Fusion section
bool getFusionEnabled() const;
@@ -167,6 +168,7 @@ private:
bool m_dmrSelfOnly;
std::vector<unsigned int> m_dmrPrefixes;
std::vector<unsigned int> m_dmrBlackList;
std::string m_dmrLookupFile;
bool m_fusionEnabled;
bool m_fusionParrotEnabled;