Handle any frequency offset in the oscillator.

This commit is contained in:
Jonathan Naylor
2016-03-21 21:50:45 +00:00
parent dc08c18db7
commit a3c25766c0
6 changed files with 26 additions and 9 deletions

2
Conf.h
View File

@@ -62,6 +62,7 @@ public:
unsigned int getModemDMRDelay() const;
unsigned int getModemRXLevel() const;
unsigned int getModemTXLevel() const;
int getModemOscOffset() const;
bool getModemDebug() const;
// The D-Star section
@@ -139,6 +140,7 @@ private:
unsigned int m_modemDMRDelay;
unsigned int m_modemRXLevel;
unsigned int m_modemTXLevel;
int m_modemOscOffset;
bool m_modemDebug;
bool m_dstarEnabled;