mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 21:58:38 -05:00
Send Fox Tx messages to right window.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8367 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ccca0ad9eb
commit
c8402e6170
@ -7543,6 +7543,12 @@ void MainWindow::foxGenWaveform(int i,QString fm)
|
|||||||
//Generate and accumulate the Tx waveform
|
//Generate and accumulate the Tx waveform
|
||||||
fm += " ";
|
fm += " ";
|
||||||
fm=fm.mid(0,40);
|
fm=fm.mid(0,40);
|
||||||
|
|
||||||
|
QString txModeArg;
|
||||||
|
txModeArg.sprintf("FT8fox %d",i+1);
|
||||||
|
ui->decodedTextBrowser2->displayTransmittedText(fm.trimmed(), txModeArg,
|
||||||
|
300+60*i,m_config.color_TxMsg(),m_bFastMode);
|
||||||
|
|
||||||
foxcom_.i3bit[i]=0;
|
foxcom_.i3bit[i]=0;
|
||||||
if(fm.indexOf("<")>0) foxcom_.i3bit[i]=1;
|
if(fm.indexOf("<")>0) foxcom_.i3bit[i]=1;
|
||||||
strncpy(&foxcom_.cmsg[i][0],fm.toLatin1(),40); //Copy this message into cmsg[i]
|
strncpy(&foxcom_.cmsg[i][0],fm.toLatin1(),40); //Copy this message into cmsg[i]
|
||||||
|
Loading…
Reference in New Issue
Block a user