MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setFrequency

Method setFrequency

Components/FrequencyCorrectionDialog.cpp:378–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void
379FrequencyCorrectionDialog::setFrequency(SUFREQ freq)
380{
381 this->centerFreq = freq;
382 this->setWindowTitle(
383 "Doppler corrections at "
384 + SuWidgetsHelpers::formatQuantity(
385 freq,
386 4,
387 "Hz"));
388}
389
390void
391FrequencyCorrectionDialog::refreshUiState(void)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected