- added dedicated entry for DDC frequency and STR rate for each TX and RX

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@868 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-05-23 15:26:11 +00:00
parent d373328292
commit 41173acc49
4 changed files with 93 additions and 36 deletions
+4 -2
View File
@@ -120,8 +120,10 @@ private:
ScopedPointer<ToggleButton> toggleButtonDfeTrainingEnable;
ScopedPointer<TextButton> m_buttonDfeOffUpdateFromCma;
ScopedPointer<TextEditor> m_entryNumBitsPerSymbol;
ScopedPointer<TextEditor> m_entrySymbolRate;
ScopedPointer<TextEditor> m_entryDdcFrequency;
ScopedPointer<TextEditor> m_entrySymbolRate_rx;
ScopedPointer<TextEditor> m_entryDdcFrequency_rx;
ScopedPointer<TextEditor> m_entrySymbolRate_tx;
ScopedPointer<TextEditor> m_entryDdcFrequency_tx;
ScopedPointer<Label> m_labelDdcDeltaFreq;
ScopedPointer<Label> m_labelStrDeltaFreq;
ScopedPointer<Label> m_labelCprState;