mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05:00 
			
		
		
		
	Deep redesign: removed useless samplesource subdirectory
This commit is contained in:
		
							parent
							
								
									005eae774e
								
							
						
					
					
						commit
						a68104ab65
					
				@ -98,7 +98,7 @@ set(sdrbase_SOURCES
 | 
				
			|||||||
	sdrbase/gui/scaleengine.cpp
 | 
						sdrbase/gui/scaleengine.cpp
 | 
				
			||||||
	sdrbase/gui/valuedial.cpp
 | 
						sdrbase/gui/valuedial.cpp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	sdrbase/dsp/samplesource/samplesource.cpp
 | 
						sdrbase/dsp/samplesource.cpp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	sdrbase/plugin/pluginapi.cpp
 | 
						sdrbase/plugin/pluginapi.cpp
 | 
				
			||||||
	sdrbase/plugin/plugingui.cpp
 | 
						sdrbase/plugin/plugingui.cpp
 | 
				
			||||||
@ -172,7 +172,7 @@ set(sdrbase_HEADERS
 | 
				
			|||||||
	include-gpl/gui/scaleengine.h
 | 
						include-gpl/gui/scaleengine.h
 | 
				
			||||||
	include-gpl/gui/valuedial.h
 | 
						include-gpl/gui/valuedial.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	include/dsp/samplesource/samplesource.h
 | 
						include/dsp/samplesource.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	include/plugin/pluginapi.h
 | 
						include/plugin/pluginapi.h
 | 
				
			||||||
	include/plugin/plugingui.h
 | 
						include/plugin/plugingui.h
 | 
				
			||||||
 | 
				
			|||||||
@ -17,7 +17,7 @@
 | 
				
			|||||||
#ifndef INCLUDE_BLADERFINPUT_H
 | 
					#ifndef INCLUDE_BLADERFINPUT_H
 | 
				
			||||||
#define INCLUDE_BLADERFINPUT_H
 | 
					#define INCLUDE_BLADERFINPUT_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "dsp/samplesource/samplesource.h"
 | 
					#include "dsp/samplesource.h"
 | 
				
			||||||
#include <libbladeRF.h>
 | 
					#include <libbladeRF.h>
 | 
				
			||||||
#include <QString>
 | 
					#include <QString>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -18,7 +18,7 @@
 | 
				
			|||||||
#ifndef INCLUDE_FCDINPUT_H
 | 
					#ifndef INCLUDE_FCDINPUT_H
 | 
				
			||||||
#define INCLUDE_FCDINPUT_H
 | 
					#define INCLUDE_FCDINPUT_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "dsp/samplesource/samplesource.h"
 | 
					#include "dsp/samplesource.h"
 | 
				
			||||||
#include <QString>
 | 
					#include <QString>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct fcd_buffer {
 | 
					struct fcd_buffer {
 | 
				
			||||||
 | 
				
			|||||||
@ -17,7 +17,7 @@
 | 
				
			|||||||
#ifndef INCLUDE_FILESOURCEINPUT_H
 | 
					#ifndef INCLUDE_FILESOURCEINPUT_H
 | 
				
			||||||
#define INCLUDE_FILESOURCEINPUT_H
 | 
					#define INCLUDE_FILESOURCEINPUT_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "dsp/samplesource/samplesource.h"
 | 
					#include "dsp/samplesource.h"
 | 
				
			||||||
#include <QString>
 | 
					#include <QString>
 | 
				
			||||||
#include <QTimer>
 | 
					#include <QTimer>
 | 
				
			||||||
#include <ctime>
 | 
					#include <ctime>
 | 
				
			||||||
 | 
				
			|||||||
@ -18,7 +18,7 @@
 | 
				
			|||||||
#ifndef INCLUDE_RTLSDRINPUT_H
 | 
					#ifndef INCLUDE_RTLSDRINPUT_H
 | 
				
			||||||
#define INCLUDE_RTLSDRINPUT_H
 | 
					#define INCLUDE_RTLSDRINPUT_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "dsp/samplesource/samplesource.h"
 | 
					#include "dsp/samplesource.h"
 | 
				
			||||||
#include <rtl-sdr.h>
 | 
					#include <rtl-sdr.h>
 | 
				
			||||||
#include <QString>
 | 
					#include <QString>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -23,7 +23,7 @@
 | 
				
			|||||||
#include "dsp/samplesink.h"
 | 
					#include "dsp/samplesink.h"
 | 
				
			||||||
#include "dsp/threadedsamplesink.h"
 | 
					#include "dsp/threadedsamplesink.h"
 | 
				
			||||||
#include "dsp/dspcommands.h"
 | 
					#include "dsp/dspcommands.h"
 | 
				
			||||||
#include "dsp/samplesource/samplesource.h"
 | 
					#include "dsp/samplesource.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DSPEngine::DSPEngine(QObject* parent) :
 | 
					DSPEngine::DSPEngine(QObject* parent) :
 | 
				
			||||||
	QThread(parent),
 | 
						QThread(parent),
 | 
				
			||||||
 | 
				
			|||||||
@ -15,7 +15,7 @@
 | 
				
			|||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.          //
 | 
					// along with this program. If not, see <http://www.gnu.org/licenses/>.          //
 | 
				
			||||||
///////////////////////////////////////////////////////////////////////////////////
 | 
					///////////////////////////////////////////////////////////////////////////////////
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "dsp/samplesource/samplesource.h"
 | 
					#include "dsp/samplesource.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SampleSource::SampleSource()
 | 
					SampleSource::SampleSource()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
@ -6,7 +6,7 @@
 | 
				
			|||||||
#include "settings/preset.h"
 | 
					#include "settings/preset.h"
 | 
				
			||||||
#include "mainwindow.h"
 | 
					#include "mainwindow.h"
 | 
				
			||||||
#include "dsp/dspengine.h"
 | 
					#include "dsp/dspengine.h"
 | 
				
			||||||
#include "dsp/samplesource/samplesource.h"
 | 
					#include "dsp/samplesource.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <QDebug>
 | 
					#include <QDebug>
 | 
				
			||||||
#include "util/stacktrace.h"
 | 
					#include "util/stacktrace.h"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user