mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -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
							
								
									2a9597980d
								
							
						
					
					
						commit
						934e11e1a1
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user