mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Merge pull request #522 from sp5lg/master
DStar SelfOnly with WhiteList
This commit is contained in:
commit
99cdcf1f50
6 changed files with 31 additions and 5 deletions
2
Conf.h
2
Conf.h
|
|
@ -112,6 +112,7 @@ public:
|
|||
std::string getDStarModule() const;
|
||||
bool getDStarSelfOnly() const;
|
||||
std::vector<std::string> getDStarBlackList() const;
|
||||
std::vector<std::string> getDStarWhiteList() const;
|
||||
bool getDStarAckReply() const;
|
||||
unsigned int getDStarAckTime() const;
|
||||
bool getDStarAckMessage() const;
|
||||
|
|
@ -388,6 +389,7 @@ private:
|
|||
std::string m_dstarModule;
|
||||
bool m_dstarSelfOnly;
|
||||
std::vector<std::string> m_dstarBlackList;
|
||||
std::vector<std::string> m_dstarWhiteList;
|
||||
bool m_dstarAckReply;
|
||||
unsigned int m_dstarAckTime;
|
||||
bool m_dstarAckMessage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue