mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 16:55:52 +08:00
Add SelfOnly to P25 based on the DMR Id.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user