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

Web API: RTLSDR run implementation

This commit is contained in:
f4exb
2017-12-08 17:12:33 +01:00
parent 37b1b045ac
commit 9c581107e8
8 changed files with 174 additions and 0 deletions
+10
View File
@@ -131,6 +131,16 @@ public:
SWGSDRangel::SWGDeviceSettings& response,
SWGSDRangel::SWGErrorResponse& error);
virtual int devicesetDeviceRunPost(
int deviceSetIndex,
SWGSDRangel::SWGDeviceState& response,
SWGSDRangel::SWGErrorResponse& error);
virtual int devicesetDeviceRunDelete(
int deviceSetIndex,
SWGSDRangel::SWGDeviceState& response,
SWGSDRangel::SWGErrorResponse& error);
private:
MainWindow& m_mainWindow;