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

REST API: updates in MIMO classes (2)

This commit is contained in:
f4exb
2019-12-24 19:09:25 +01:00
parent 99eee92d08
commit a08b0ec31a
4 changed files with 71 additions and 30 deletions
@@ -112,11 +112,13 @@ public:
virtual bool handleMessage(const Message& message);
virtual int webapiRunGet(
int subsystemIndex,
SWGSDRangel::SWGDeviceState& response,
QString& errorMessage);
virtual int webapiRun(
bool run,
int subsystemIndex,
SWGSDRangel::SWGDeviceState& response,
QString& errorMessage);