Add SelfOnly to P25 based on the DMR Id.

This commit is contained in:
Jonathan Naylor
2017-08-15 10:30:05 +01:00
parent 6ae4735598
commit cf0c70087d
6 changed files with 28 additions and 3 deletions

2
Conf.h
View File

@@ -123,6 +123,7 @@ public:
// The P25 section
bool getP25Enabled() const;
unsigned int getP25NAC() const;
bool getP25SelfOnly() const;
// The D-Star Network section
bool getDStarNetworkEnabled() const;
@@ -280,6 +281,7 @@ private:
bool m_p25Enabled;
unsigned int m_p25NAC;
bool m_p25SelfOnly;
bool m_dstarNetworkEnabled;
std::string m_dstarGatewayAddress;