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

Test source: added a square pattern

This commit is contained in:
f4exb
2018-10-25 13:53:58 +02:00
parent acbaa14dbd
commit f43c07b9e5
6 changed files with 49 additions and 13 deletions
@@ -362,6 +362,8 @@ bool TestSourceInput::applySettings(const TestSourceSettings& settings, bool for
m_testSourceThread->setPattern0();
} else if (settings.m_modulation == TestSourceSettings::ModulationPattern1) {
m_testSourceThread->setPattern1();
} else if (settings.m_modulation == TestSourceSettings::ModulationPattern2) {
m_testSourceThread->setPattern2();
}
}
}