Added autoreply button in conjuntion with beacon button

This commit is contained in:
Jordan Sherer
2018-07-24 16:46:04 -04:00
parent 0bf2afa5f8
commit f415b0c94f
6 changed files with 556 additions and 339 deletions
+3 -1
View File
@@ -261,8 +261,9 @@ private slots:
bool prepareNextMessageFrame();
bool isFreqOffsetFree(int f, int bw);
int findFreeFreqOffset(int fmin, int fmax, int bw);
void scheduleBeacon(bool first=false);
void scheduleBacon(bool first=false);
void setBaconTimer(QDateTime timestamp);
void pauseBacon();
void prepareBacon();
QString calculateDistance(QString const& grid);
void on_rptSpinBox_valueChanged(int n);
@@ -707,6 +708,7 @@ private:
QQueue<QString> m_foxRR73Queue;
QQueue<qint64> m_foxRateQueue;
bool m_nextBeaconPaused = false;
QDateTime m_nextBeacon;
QDateTime m_dateTimeQSOOn;
QDateTime m_dateTimeLastTX;