1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-18 21:58:37 -04:00

FT8: add encoding support to library and added more tests

This commit is contained in:
f4exb
2024-03-28 15:15:48 +01:00
parent c833432675
commit 2e9fc9db64
21 changed files with 1330 additions and 493 deletions
+2
View File
@@ -71,6 +71,8 @@ void MainBench::run()
testFT8(m_parser.getFileName(), m_parser.getArgsStr());
} else if (m_parser.getTestType() == ParserBench::TestCallsign) {
testCallsign(m_parser.getArgsStr());
} else if (m_parser.getTestType() == ParserBench::TestFT8Protocols) {
testFT8Protocols(m_parser.getArgsStr());
} else {
qDebug() << "MainBench::run: unknown test type: " << m_parser.getTestType();
}