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

SigMF file input: REST API: implemented actions and fixes

This commit is contained in:
f4exb
2020-06-17 01:39:10 +02:00
parent c75e4ec64b
commit 3fc326d7ed
2 changed files with 198 additions and 59 deletions
@@ -417,6 +417,11 @@ public:
SWGSDRangel::SWGDeviceState& response,
QString& errorMessage);
virtual int webapiActionsPost(
const QStringList& deviceActionsKeys,
SWGSDRangel::SWGDeviceActions& query,
QString& errorMessage);
virtual int webapiRun(
bool run,
SWGSDRangel::SWGDeviceState& response,
@@ -447,6 +452,9 @@ private:
bool m_trackMode;
int m_currentTrackIndex;
bool m_recordOpen;
bool m_crcAvailable;
bool m_crcOK;
bool m_recordLengthOK;
QString m_recordSummary;
SigMFFileInputThread* m_fileInputThread;
QString m_deviceDescription;