1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -04:00

Single DeviceAPI interface (1)

This commit is contained in:
f4exb
2019-05-08 22:11:53 +02:00
parent 69313daeae
commit 89e53cf179
255 changed files with 1632 additions and 1717 deletions
+3 -3
View File
@@ -38,7 +38,7 @@ struct fcd_buffer {
class QNetworkAccessManager;
class QNetworkReply;
class DeviceSourceAPI;
class DeviceAPI;
class FCDProThread;
class FileRecord;
@@ -106,7 +106,7 @@ public:
{ }
};
FCDProInput(DeviceSourceAPI *deviceAPI);
FCDProInput(DeviceAPI *deviceAPI);
virtual ~FCDProInput();
virtual void destroy();
@@ -165,7 +165,7 @@ public:
void set_gain6(int index);
private:
DeviceSourceAPI *m_deviceAPI;
DeviceAPI *m_deviceAPI;
hid_device *m_dev;
AudioInput m_fcdAudioInput;
AudioFifo m_fcdFIFO;