Add the optional System Fusion Parrot.

This commit is contained in:
Jonathan Naylor
2016-02-22 21:13:48 +00:00
parent 7852bd53b5
commit e2c7a28fb9
11 changed files with 206 additions and 5 deletions

2
Conf.h
View File

@@ -75,6 +75,7 @@ public:
// The System Fusion section
bool getFusionEnabled() const;
bool getFusionParrotEnabled() const;
// The D-Star Network section
bool getDStarNetworkEnabled() const;
@@ -143,6 +144,7 @@ private:
unsigned int m_dmrColorCode;
bool m_fusionEnabled;
bool m_fusionParrotEnabled;
bool m_dstarNetworkEnabled;
std::string m_dstarGatewayAddress;