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 | |
TraceControl () | |
~TraceControl () | |
void | initProjector (Projector::ProjectionType projectionType) |
void | releaseProjector () |
void | reset () |
Public Attributes | |
Projector | m_projector |
Projector transform from complex trace to real (displayable) trace. More... | |
uint32_t | m_traceCount [2] |
Count of samples processed (double buffered) More... | |
double | m_maxPow |
Maximum power over the current trace for MagDB overlay display. More... | |
double | m_sumPow |
Cumulative power over the current trace for MagDB overlay display. More... | |
int | m_nbPow |
Number of power samples over the current trace for MagDB overlay display. More... | |
Displayable trace stuff
Definition at line 838 of file scopevis.h.
|
inline |
Definition at line 846 of file scopevis.h.
|
inline |
Definition at line 851 of file scopevis.h.
|
inline |
Definition at line 855 of file scopevis.h.
References Projector::settProjectionType().
Referenced by ScopeVis::Traces::addTrace(), ScopeVis::Traces::changeTrace(), and ScopeVis::Traces::moveTrace().
|
inline |
Definition at line 860 of file scopevis.h.
Referenced by ScopeVis::Traces::changeTrace(), ScopeVis::Traces::moveTrace(), and ScopeVis::Traces::removeTrace().
|
inline |
Definition at line 864 of file scopevis.h.
double ScopeVis::TraceControl::m_maxPow |
Maximum power over the current trace for MagDB overlay display.
Definition at line 842 of file scopevis.h.
int ScopeVis::TraceControl::m_nbPow |
Number of power samples over the current trace for MagDB overlay display.
Definition at line 844 of file scopevis.h.
Projector ScopeVis::TraceControl::m_projector |
Projector transform from complex trace to real (displayable) trace.
Definition at line 840 of file scopevis.h.
double ScopeVis::TraceControl::m_sumPow |
Cumulative power over the current trace for MagDB overlay display.
Definition at line 843 of file scopevis.h.
uint32_t ScopeVis::TraceControl::m_traceCount[2] |
Count of samples processed (double buffered)
Definition at line 841 of file scopevis.h.