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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user