mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-16 09:01:59 -05:00
Improved function name
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5547 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a0f9aa367e
commit
db731fefb9
@ -1897,7 +1897,7 @@ void MainWindow::guiUpdate()
|
|||||||
m_btxok=false;
|
m_btxok=false;
|
||||||
}
|
}
|
||||||
if(m_ntr==1) {
|
if(m_ntr==1) {
|
||||||
bandHopping();
|
WSPR_scheduling ();
|
||||||
m_ntr=0; //This WSPR Rx sequence is complete
|
m_ntr=0; //This WSPR Rx sequence is complete
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2279,7 +2279,7 @@ void MainWindow::stopTx2()
|
|||||||
}
|
}
|
||||||
if(m_mode.mid(0,4)=="WSPR" and m_ntr==-1 and !m_tuneup) {
|
if(m_mode.mid(0,4)=="WSPR" and m_ntr==-1 and !m_tuneup) {
|
||||||
m_wideGraph->setWSPRtransmitted();
|
m_wideGraph->setWSPRtransmitted();
|
||||||
bandHopping();
|
WSPR_scheduling ();
|
||||||
m_ntr=0;
|
m_ntr=0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -4295,7 +4295,7 @@ void MainWindow::on_pbTxNext_clicked(bool b)
|
|||||||
m_txNext=b;
|
m_txNext=b;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::bandHopping()
|
void MainWindow::WSPR_scheduling ()
|
||||||
{
|
{
|
||||||
bool transmit {false};
|
bool transmit {false};
|
||||||
if (ui->band_hopping_group_box->isChecked ()) {
|
if (ui->band_hopping_group_box->isChecked ()) {
|
||||||
|
@ -510,7 +510,7 @@ private:
|
|||||||
void postDecode (bool is_new, QString const& message);
|
void postDecode (bool is_new, QString const& message);
|
||||||
void enable_DXCC_entity (bool on);
|
void enable_DXCC_entity (bool on);
|
||||||
void switch_mode (Mode);
|
void switch_mode (Mode);
|
||||||
void bandHopping();
|
void WSPR_scheduling ();
|
||||||
};
|
};
|
||||||
|
|
||||||
extern void getfile(QString fname, int ntrperiod);
|
extern void getfile(QString fname, int ntrperiod);
|
||||||
|
Loading…
Reference in New Issue
Block a user