mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Merge pull request #1902 from srcejon/freq_scanner
Attempt to fix scope trigger
This commit is contained in:
commit
7a71968cbf
@ -609,7 +609,7 @@ void ScopeVis::processTrace(const std::vector<ComplexVector::const_iterator>& vc
|
|||||||
}
|
}
|
||||||
|
|
||||||
uint32_t triggerStreamIndex = triggerCondition->m_triggerData.m_streamIndex;
|
uint32_t triggerStreamIndex = triggerCondition->m_triggerData.m_streamIndex;
|
||||||
const Complex& s = *vbegin[triggerStreamIndex];
|
const Complex& s = vbegin[triggerStreamIndex][processed];
|
||||||
|
|
||||||
if (m_triggerComparator.triggered(s, *triggerCondition)) // matched the current trigger
|
if (m_triggerComparator.triggered(s, *triggerCondition)) // matched the current trigger
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user