Working through compression implementation for data frames

This commit is contained in:
Jordan Sherer
2018-10-01 09:57:37 -04:00
parent 489cf3a85c
commit 2f6ed1b89c
5 changed files with 121 additions and 94 deletions
+2
View File
@@ -620,6 +620,7 @@ private:
QLabel band_hopping_label;
QProgressBar progressBar;
QLabel watchdog_label;
QLabel wpm_label;
QFuture<void> m_wav_future;
QFutureWatcher<void> m_wav_future_watcher;
@@ -934,6 +935,7 @@ private:
void write_transmit_entry (QString const& file_name);
};
extern int killbyname(const char* progName);
extern void getDev(int* numDevices,char hostAPI_DeviceName[][50],
int minChan[], int maxChan[],