mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 05:41:56 -05:00
One shot trigger optimization
This commit is contained in:
parent
9161e867c9
commit
d183599166
@ -54,6 +54,8 @@ void ScopeVis::feed(SampleVector::const_iterator begin, SampleVector::const_iter
|
||||
{
|
||||
if (!m_triggerOneShot) {
|
||||
m_triggerState = Untriggered;
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(m_triggerState == Untriggered)
|
||||
|
Loading…
Reference in New Issue
Block a user