Merge pull request #313 from phl0/makeAckTimeAdjustable

Make AckTime adjustable
This commit is contained in:
Jonathan Naylor
2017-06-16 08:27:18 +01:00
committed by GitHub
6 changed files with 22 additions and 9 deletions

2
Conf.h
View File

@@ -94,6 +94,7 @@ public:
bool getDStarSelfOnly() const;
std::vector<std::string> getDStarBlackList() const;
bool getDStarAckReply() const;
unsigned int getDStarAckTime() const;
bool getDStarErrorReply() const;
// The DMR section
@@ -250,6 +251,7 @@ private:
bool m_dstarSelfOnly;
std::vector<std::string> m_dstarBlackList;
bool m_dstarAckReply;
unsigned int m_dstarAckTime;
bool m_dstarErrorReply;
bool m_dmrEnabled;