Skip to content

Commit

Permalink
Addedd whitelist and blacklist config
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknix committed Jun 7, 2016
1 parent 03c938a commit daafbf6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ class CConf
bool getDMRSelfOnly() const;
std::vector<unsigned int> getDMRPrefixes() const;
std::vector<unsigned int> getDMRBlackList() const;
std::vector<unsigned int> getDMRDstIdBlacklistSlot1() const;
std::vector<unsigned int> getDMRDstIdBlacklistSlot2() const;
std::vector<unsigned int> getDMRDstIdWhitelistSlot1() const;
std::vector<unsigned int> getDMRDstIdWhitelistSlot2() const;
std::string getDMRLookupFile() const;
unsigned int getDMRTXHang() const;

Expand Down Expand Up @@ -186,6 +190,10 @@ class CConf
bool m_dmrSelfOnly;
std::vector<unsigned int> m_dmrPrefixes;
std::vector<unsigned int> m_dmrBlackList;
std::vector<unsigned int> m_dmrDstIdBlacklistSlot1;
std::vector<unsigned int> m_dmrDstIdBlacklistSlot2;
std::vector<unsigned int> m_dmrDstIdWhitelistSlot1;
std::vector<unsigned int> m_dmrDstIdWhitelistSlot2;
std::string m_dmrLookupFile;
unsigned int m_dmrTXHang;

Expand Down

0 comments on commit daafbf6

Please sign in to comment.