Optional non Embedded LC data suppression

This commit is contained in:
phl0
2017-01-16 13:10:23 +01:00
parent 9667ae2f20
commit 8ffdb9bd20
8 changed files with 55 additions and 22 deletions

2
Conf.h
View File

@@ -96,6 +96,7 @@ public:
bool getDMRBeacons() const;
unsigned int getDMRId() const;
unsigned int getDMRColorCode() const;
bool getDMREmbeddedLCOnly() const;
bool getDMRSelfOnly() const;
std::vector<unsigned int> getDMRPrefixes() const;
std::vector<unsigned int> getDMRBlackList() const;
@@ -243,6 +244,7 @@ private:
unsigned int m_dmrId;
unsigned int m_dmrColorCode;
bool m_dmrSelfOnly;
bool m_dmrEmbeddedLCOnly;
std::vector<unsigned int> m_dmrPrefixes;
std::vector<unsigned int> m_dmrBlackList;
std::vector<unsigned int> m_dmrWhiteList;