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

Web API: /sdrangel/dvserial implementation

This commit is contained in:
f4exb
2017-11-25 04:43:22 +01:00
parent aa8b02a225
commit 68fbbcf768
12 changed files with 1530 additions and 1406 deletions
+5
View File
@@ -69,6 +69,11 @@ public:
Swagger::SWGLocationInformation& response,
Swagger::SWGErrorResponse& error);
virtual int instanceDVSerialPatch(
bool dvserial,
Swagger::SWGDVSeralDevices& response,
Swagger::SWGErrorResponse& error);
private:
MainWindow& m_mainWindow;