1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -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
@@ -30,7 +30,7 @@ struct fcd_buffer {
std::size_t length;
};
class DeviceAPI;
class DeviceSourceAPI;
class FCDProThread;
class FCDProInput : public DeviceSampleSource {
@@ -55,7 +55,7 @@ public:
{ }
};
FCDProInput(DeviceAPI *deviceAPI);
FCDProInput(DeviceSourceAPI *deviceAPI);
virtual ~FCDProInput();
virtual bool init(const Message& cmd);
@@ -91,7 +91,7 @@ private:
void applySettings(const FCDProSettings& settings, bool force);
void set_lo_ppm();
DeviceAPI *m_deviceAPI;
DeviceSourceAPI *m_deviceAPI;
hid_device *m_dev;
QMutex m_mutex;
FCDProSettings m_settings;