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