mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-04 05:50:31 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			178 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			178 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef HELPER_FUNCTIONS_H
 | 
						|
#define HELPER_FUNCTIONS_H
 | 
						|
#include <QString>
 | 
						|
 | 
						|
double tx_duration(QString mode, double trPeriod, int nsps, bool bFast9);
 | 
						|
 | 
						|
#endif // HELPER_FUNCTIONS_H
 |