Use standard FT8 packing for standard FT8 messages, but apply a directed header for those messages that _can_ be directed

This commit is contained in:
Jordan Sherer
2018-07-15 15:43:29 -04:00
parent 2832572741
commit 3260bb7b89
4 changed files with 99 additions and 16 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ private slots:
void on_extFreeTextMsg_currentTextChanged (QString const&);
void on_extFreeTextMsgEdit_currentTextChanged (QString const&);
QStringList buildFT8MessageFrames(QString const& text);
QString parseFT8Message(QString input);
QString parseFT8Message(QString input, bool *isFree);
bool prepareNextMessageFrame();
bool isFreqOffsetFree(int f, int bw);
int findFreeFreqOffset(int fmin, int fmax, int bw);