mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05:00 
			
		
		
		
	
						commit
						3c7fd19f59
					
				@ -68,6 +68,7 @@ SSBMod::SSBMod(DeviceAPI *deviceAPI) :
 | 
				
			|||||||
    m_basebandSource->setSpectrumSink(&m_spectrumVis);
 | 
					    m_basebandSource->setSpectrumSink(&m_spectrumVis);
 | 
				
			||||||
    m_basebandSource->setInputFileStream(&m_ifstream);
 | 
					    m_basebandSource->setInputFileStream(&m_ifstream);
 | 
				
			||||||
    m_basebandSource->setChannel(this);
 | 
					    m_basebandSource->setChannel(this);
 | 
				
			||||||
 | 
					    m_basebandSource->setCWKeyer(&m_cwKeyer);
 | 
				
			||||||
    m_basebandSource->moveToThread(m_thread);
 | 
					    m_basebandSource->moveToThread(m_thread);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    applySettings(m_settings, true);
 | 
					    applySettings(m_settings, true);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user