Home
last modified time | relevance | path

Searched refs:freqPrecision (Results 1 – 3 of 3) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-qtgui/include/gnuradio/qtgui/
H A Dqtgui_types.h51 FreqOffsetAndPrecisionClass(const int freqPrecision) in FreqOffsetAndPrecisionClass() argument
53 _frequencyPrecision = freqPrecision; in FreqOffsetAndPrecisionClass()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-qtgui/lib/
H A DWaterfallDisplayPlot.cc84 WaterfallZoomer(QwtPlotCanvas* canvas, const unsigned int freqPrecision) in WaterfallZoomer() argument
86 WaterfallZoomer(QWidget* canvas, const unsigned int freqPrecision) in WaterfallZoomer()
90 FreqOffsetAndPrecisionClass(freqPrecision) in WaterfallZoomer()
H A DFrequencyDisplayPlot.cc41 FreqDisplayZoomer(QwtPlotCanvas* canvas, const unsigned int freqPrecision) in FreqDisplayZoomer() argument
43 FreqDisplayZoomer(QWidget* canvas, const unsigned int freqPrecision) in FreqDisplayZoomer()
45 : QwtPlotZoomer(canvas), FreqOffsetAndPrecisionClass(freqPrecision) in FreqDisplayZoomer()