1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

Web API: implemented /sdrange/devices: Get a list of sampling devices that can be used to take part in a device set

This commit is contained in:
f4exb
2017-11-22 18:57:35 +01:00
parent 09dc5913c7
commit 2ac9a82b02
9 changed files with 156 additions and 39 deletions
+5
View File
@@ -33,6 +33,11 @@ public:
Swagger::SWGInstanceSummaryResponse& response,
Swagger::SWGErrorResponse& error);
virtual int instanceDevices(
bool tx,
Swagger::SWGInstanceDevicesResponse& response,
Swagger::SWGErrorResponse& error);
private:
MainWindow& m_mainWindow;
};