MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / DrawDemodFreqBw

Method DrawDemodFreqBw

src/visual/TuningContext.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void TuningContext::DrawDemodFreqBw(long long freq, unsigned int bw, long long center) {
195 DrawTuner(freq, 11, -1.0, (1.0f / 3.0f) * 2.0f);
196 DrawTuner(bw, 7, -1.0 + (2.25f / 3.0f), (1.0f / 4.0f) * 2.0f);
197 DrawTuner(center, 11, -1.0 + (2.0f / 3.0f) * 2.0, (1.0f / 3.0f) * 2.0f);
198}
199

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected