mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
For Hound, only 'for_us' received messages should be displayed in right panel.
This commit is contained in:
parent
bb95fbf405
commit
647b6e231f
@ -4315,6 +4315,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
if(SpecOp::FOX==m_specOp and decodedtext.string().contains(" DE ")) for_us=true; //Hound with compound callsign
|
if(SpecOp::FOX==m_specOp and decodedtext.string().contains(" DE ")) for_us=true; //Hound with compound callsign
|
||||||
if(SpecOp::FOX==m_specOp and for_us and decodedtext.string().contains(QRegularExpression{" R\\W\\d"})) bDisplayRight=true;
|
if(SpecOp::FOX==m_specOp and for_us and decodedtext.string().contains(QRegularExpression{" R\\W\\d"})) bDisplayRight=true;
|
||||||
if(SpecOp::FOX!=m_specOp and (for_us or (abs(audioFreq - m_wideGraph->rxFreq()) <= 10))) bDisplayRight=true;
|
if(SpecOp::FOX!=m_specOp and (for_us or (abs(audioFreq - m_wideGraph->rxFreq()) <= 10))) bDisplayRight=true;
|
||||||
|
if(SpecOp::HOUND==m_specOp and !for_us) bDisplayRight=false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if((abs(audioFreq - m_wideGraph->rxFreq()) <= 10) and
|
if((abs(audioFreq - m_wideGraph->rxFreq()) <= 10) and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user