SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
Public Member Functions | |
TriggerCondition (const TriggerData &triggerData) | |
~TriggerCondition () | |
void | initProjector () |
void | releaseProjector () |
void | setData (const TriggerData &triggerData) |
void | operator= (const TriggerCondition &other) |
Public Attributes | |
Projector | m_projector |
TriggerData | m_triggerData |
Trigger data. More... | |
bool | m_prevCondition |
Condition (above threshold) at previous sample. More... | |
uint32_t | m_triggerDelayCount |
Counter of samples for delay. More... | |
uint32_t | m_triggerCounter |
Counter of trigger occurrences. More... | |
uint32_t | m_trues |
Count of true conditions for holdoff processing. More... | |
uint32_t | m_falses |
Count of false conditions for holdoff processing. More... | |
Definition at line 570 of file scopevis.h.
|
inline |
Definition at line 582 of file scopevis.h.
|
inline |
Definition at line 593 of file scopevis.h.
|
inline |
Definition at line 597 of file scopevis.h.
References ScopeVis::TriggerData::m_projectionType, and Projector::settProjectionType().
|
inline |
Definition at line 622 of file scopevis.h.
References m_triggerData.
|
inline |
Definition at line 602 of file scopevis.h.
|
inline |
Definition at line 606 of file scopevis.h.
References Projector::getProjectionType(), ScopeVis::TriggerData::m_projectionType, and Projector::settProjectionType().
uint32_t ScopeVis::TriggerCondition::m_falses |
Count of false conditions for holdoff processing.
Definition at line 579 of file scopevis.h.
Referenced by ScopeVis::TriggerComparator::triggered().
bool ScopeVis::TriggerCondition::m_prevCondition |
Condition (above threshold) at previous sample.
Definition at line 575 of file scopevis.h.
Referenced by ScopeVis::TriggerComparator::triggered().
Projector ScopeVis::TriggerCondition::m_projector |
Definition at line 573 of file scopevis.h.
Referenced by ScopeVis::TriggerComparator::triggered().
uint32_t ScopeVis::TriggerCondition::m_triggerCounter |
Counter of trigger occurrences.
Definition at line 577 of file scopevis.h.
Referenced by ScopeVis::nextTrigger().
TriggerData ScopeVis::TriggerCondition::m_triggerData |
Trigger data.
Definition at line 574 of file scopevis.h.
Referenced by ScopeVis::nextTrigger(), operator=(), ScopeVis::processTrace(), and ScopeVis::TriggerComparator::triggered().
uint32_t ScopeVis::TriggerCondition::m_triggerDelayCount |
Counter of samples for delay.
Definition at line 576 of file scopevis.h.
Referenced by ScopeVis::processTrace().
uint32_t ScopeVis::TriggerCondition::m_trues |
Count of true conditions for holdoff processing.
Definition at line 578 of file scopevis.h.
Referenced by ScopeVis::TriggerComparator::triggered().