Make AckTime adjustable

This commit is contained in:
phl0
2017-06-14 12:54:44 +02:00
parent 348e682610
commit f0fc7c7ec9
6 changed files with 21 additions and 8 deletions

2
Conf.h
View File

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