1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-22 15:48:50 -04:00

RxTx semantic move: renamed DeviceAPI to DeviceSourceAPI

This commit is contained in:
f4exb
2016-10-11 01:17:55 +02:00
parent 6b2e09ed10
commit 32595f81b9
106 changed files with 333 additions and 313 deletions
+3 -3
View File
@@ -24,7 +24,7 @@
#define HACKRF_MAX_DEVICE (32)
class DeviceAPI;
class DeviceSourceAPI;
class FileRecord;
namespace Ui {
@@ -43,7 +43,7 @@ public:
HACKRF_IMGREJ_NB
} HackRFImgRejValue;
explicit HackRFGui(DeviceAPI *deviceAPI, QWidget* parent = NULL);
explicit HackRFGui(DeviceSourceAPI *deviceAPI, QWidget* parent = NULL);
virtual ~HackRFGui();
void destroy();
@@ -60,7 +60,7 @@ public:
private:
Ui::HackRFGui* ui;
DeviceAPI* m_deviceAPI;
DeviceSourceAPI* m_deviceAPI;
HackRFSettings m_settings;
QTimer m_updateTimer;
QTimer m_statusTimer;