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

Web API: /sdrangel/preset (GET) implementation

This commit is contained in:
f4exb
2017-11-25 11:14:52 +01:00
parent f4c1269540
commit 2b41601b83
11 changed files with 123 additions and 16 deletions
+4
View File
@@ -74,6 +74,10 @@ public:
Swagger::SWGDVSeralDevices& response,
Swagger::SWGErrorResponse& error);
virtual int instancePresetGet(
Swagger::SWGPresets& response,
Swagger::SWGErrorResponse& error);
private:
MainWindow& m_mainWindow;