1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

Morse Decoder: added scope from RTTY decoder

This commit is contained in:
f4exb
2024-05-17 18:51:13 +02:00
parent 39bc799509
commit 112cd4cac4
8 changed files with 371 additions and 2 deletions
@@ -32,6 +32,7 @@ class PluginAPI;
class FeatureUISet;
class MorseDecoder;
class Feature;
class ScopeVis;
namespace Ui {
class MorseDecoderGUI;
@@ -63,6 +64,7 @@ private:
bool m_doApplySettings;
MorseDecoder* m_morseDecoder;
ScopeVis* m_scopeVis;
MessageQueue m_inputMessageQueue;
QTimer m_statusTimer;
int m_lastFeatureState;