mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Translate DMR Id to callsign from a file.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user