Add an optional error reply for D-Star.

This commit is contained in:
Jonathan Naylor
2017-02-16 19:49:58 +00:00
parent 4b07afa17e
commit ac22f0b783
7 changed files with 119 additions and 15 deletions

2
Conf.h
View File

@@ -90,6 +90,7 @@ public:
std::string getDStarModule() const;
bool getDStarSelfOnly() const;
std::vector<std::string> getDStarBlackList() const;
bool getDStarErrorReply() const;
// The DMR section
bool getDMREnabled() const;
@@ -238,6 +239,7 @@ private:
std::string m_dstarModule;
bool m_dstarSelfOnly;
std::vector<std::string> m_dstarBlackList;
bool m_dstarErrorReply;
bool m_dmrEnabled;
bool m_dmrBeacons;