1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 17:04:46 -04:00

RxTx semantic move: renamed SampleSource to DeviceSampleSource

This commit is contained in:
f4exb
2016-10-02 23:16:40 +02:00
parent 78513854ac
commit 7a535cc3b8
29 changed files with 54 additions and 144 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ private:
HackRFSettings m_settings;
QTimer m_updateTimer;
QTimer m_statusTimer;
SampleSource* m_sampleSource;
DeviceSampleSource* m_sampleSource;
FileRecord *m_fileSink; //!< File sink to record device I/Q output
int m_sampleRate;
quint64 m_deviceCenterFrequency; //!< Center frequency in device
+2 -2
View File
@@ -17,7 +17,7 @@
#ifndef INCLUDE_HACKRFINPUT_H
#define INCLUDE_HACKRFINPUT_H
#include "dsp/samplesource.h"
#include <dsp/devicesamplesource.h>
#include "libhackrf/hackrf.h"
#include "hackrfsettings.h"
#include <QString>
@@ -25,7 +25,7 @@
class DeviceAPI;
class HackRFThread;
class HackRFInput : public SampleSource {
class HackRFInput : public DeviceSampleSource {
public:
class MsgConfigureHackRF : public Message {