Add two more FM parameters.

This commit is contained in:
Jonathan Naylor
2020-04-25 15:15:56 +01:00
parent ac344cec69
commit 3d1602e50e
7 changed files with 48 additions and 9 deletions

4
Conf.h
View File

@@ -194,6 +194,8 @@ public:
float getFMCTCSSLevel() const;
unsigned int getFMKerchunkTime() const;
unsigned int getFMHangTime() const;
bool getFMUseCOS() const;
unsigned int getFMRXBoost() const;
// The D-Star Network section
bool getDStarNetworkEnabled() const;
@@ -455,6 +457,8 @@ private:
float m_fmCTCSSLevel;
unsigned int m_fmKerchunkTime;
unsigned int m_fmHangTime;
bool m_fmUseCOS;
unsigned int m_fmRXBoost;
bool m_dstarNetworkEnabled;
std::string m_dstarGatewayAddress;