Add a second callsign level setting.

This commit is contained in:
Jonathan Naylor
2020-04-22 21:51:43 +01:00
parent 6df6094ebf
commit 0d956b16fa
7 changed files with 42 additions and 25 deletions

6
Conf.h
View File

@@ -177,7 +177,8 @@ public:
unsigned int getFMCallsignFrequency() const;
unsigned int getFMCallsignTime() const;
unsigned int getFMCallsignHoldoff() const;
float getFMCallsignLevel() const;
float getFMCallsignHighLevel() const;
float getFMCallsignLowLevel() const;
bool getFMCallsignAtStart() const;
bool getFMCallsignAtEnd() const;
std::string getFMRFAck() const;
@@ -438,7 +439,8 @@ private:
unsigned int m_fmCallsignFrequency;
unsigned int m_fmCallsignTime;
unsigned int m_fmCallsignHoldoff;
float m_fmCallsignLevel;
float m_fmCallsignHighLevel;
float m_fmCallsignLowLevel;
bool m_fmCallsignAtStart;
bool m_fmCallsignAtEnd;
std::string m_fmRFAck;