FM Stereo experiment, partly working

This commit is contained in:
Charles J. Cliffe
2014-12-26 20:58:42 -05:00
parent 5f04baf873
commit 0fc47bc916
7 changed files with 82 additions and 4 deletions
+4
View File
@@ -49,6 +49,9 @@ public:
bool isActive();
void setActive(bool state);
bool isStereo();
void setStereo(bool state);
void squelchAuto();bool isSquelchEnabled();
void setSquelchEnabled(bool state);
@@ -56,5 +59,6 @@ private:
std::atomic<std::string *> label;bool terminated;bool demodTerminated;bool audioTerminated;bool preDemodTerminated;
std::atomic<bool> active;
std::atomic<bool> squelch;
std::atomic<bool> stereo;
};