mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	debug message
This commit is contained in:
		
							parent
							
								
									3e74c45622
								
							
						
					
					
						commit
						f9913c7875
					
				| @ -33,8 +33,8 @@ ENDIF() | |||||||
| ############################################################################## | ############################################################################## | ||||||
| 
 | 
 | ||||||
| #include(${QT_USE_FILE}) | #include(${QT_USE_FILE}) | ||||||
| set( QT_DEFINITIONS "${QT_DEFINITIONS} -DQT_NO_DEBUG_OUTPUT" ) | #set( QT_DEFINITIONS "${QT_DEFINITIONS} -DQT_NO_DEBUG_OUTPUT" ) | ||||||
| #set( QT_DEFINITIONS "${QT_DEFINITIONS}" ) | set( QT_DEFINITIONS "${QT_DEFINITIONS}" ) | ||||||
| add_definitions(${QT_DEFINITIONS}) | add_definitions(${QT_DEFINITIONS}) | ||||||
| 
 | 
 | ||||||
| if(MSVC) | if(MSVC) | ||||||
|  | |||||||
| @ -23,6 +23,7 @@ | |||||||
| #include "rtlsdrgui.h" | #include "rtlsdrgui.h" | ||||||
| #include "dsp/dspcommands.h" | #include "dsp/dspcommands.h" | ||||||
| #include "dsp/dspengine.h" | #include "dsp/dspengine.h" | ||||||
|  | #include "util/prettyprint.h" | ||||||
| 
 | 
 | ||||||
| MESSAGE_CLASS_DEFINITION(RTLSDRInput::MsgConfigureRTLSDR, Message) | MESSAGE_CLASS_DEFINITION(RTLSDRInput::MsgConfigureRTLSDR, Message) | ||||||
| MESSAGE_CLASS_DEFINITION(RTLSDRInput::MsgReportRTLSDR, Message) | MESSAGE_CLASS_DEFINITION(RTLSDRInput::MsgReportRTLSDR, Message) | ||||||
| @ -47,6 +48,8 @@ bool RTLSDRInput::init(const Message& message) | |||||||
| 
 | 
 | ||||||
| bool RTLSDRInput::start(int device) | bool RTLSDRInput::start(int device) | ||||||
| { | { | ||||||
|  | 	qDebug("%sRTLSDRInput::start: device: %d%s", qPrintable(EscapeColors::red),  device, qPrintable(EscapeColors::terminator)); | ||||||
|  | 
 | ||||||
| 	QMutexLocker mutexLocker(&m_mutex); | 	QMutexLocker mutexLocker(&m_mutex); | ||||||
| 
 | 
 | ||||||
| 	if (m_dev != 0) | 	if (m_dev != 0) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user