Allow for remote System Fusion gateway operation.

This commit is contained in:
Jonathan Naylor
2016-09-26 18:07:06 +01:00
parent f6a485fe6b
commit 9408367a0f
8 changed files with 42 additions and 7 deletions

2
Conf.h
View File

@@ -105,6 +105,7 @@ public:
// The System Fusion section
bool getFusionEnabled() const;
bool getFusionRemoteGateway() const;
// The P25 section
bool getP25Enabled() const;
@@ -241,6 +242,7 @@ private:
unsigned int m_dmrTXHang;
bool m_fusionEnabled;
bool m_fusionRemoteGateway;
bool m_p25Enabled;
unsigned int m_p25NAC;