Added ability to display when we receive the final transmission frame of a message

This commit is contained in:
Jordan Sherer
2018-07-18 16:45:27 -04:00
parent 58032b6ae4
commit deb228948d
3 changed files with 30 additions and 0 deletions
+3
View File
@@ -656,6 +656,7 @@ private:
{
bool isFree;
bool isLowConfidence;
int bits;
QString firstCall;
QString secondCall;
int freq;
@@ -667,6 +668,8 @@ private:
struct RXDetail
{
bool isFree;
bool isLowConfidence;
int bits;
int freq;
QString text;
QDateTime utcTimestamp;