Time drift columns and show column labels

This commit is contained in:
Jordan Sherer
2018-10-28 17:54:10 -04:00
parent 9f7fd2e7e2
commit 4321bd5e75
3 changed files with 66 additions and 13 deletions
+3
View File
@@ -688,6 +688,7 @@ private:
QDateTime utcTimestamp;
int snr;
int bits;
float tdrift;
};
struct CommandDetail
@@ -704,6 +705,7 @@ private:
QString grid;
QString text;
QString extra;
float tdrift;
};
struct ActivityDetail
@@ -719,6 +721,7 @@ private:
QDateTime utcTimestamp;
int snr;
bool shouldDisplay;
float tdrift;
};
struct MessageBuffer {