1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

New ambe section to group new classes to handle AMBE serial or networked devices (using AMBE server)

This commit is contained in:
f4exb
2019-07-19 01:37:22 +02:00
parent 0e98dbd938
commit dea6a71246
9 changed files with 396 additions and 1 deletions
+2
View File
@@ -125,6 +125,8 @@ ParserBench::TestType ParserBench::getTestType() const
return TestDecimatorsInfII;
} else if (m_testStr == "decimatesupii") {
return TestDecimatorsSupII;
} else if (m_testStr == "ambe") {
return TestAMBE;
} else {
return TestDecimatorsII;
}