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

Method FrequencyCorrectionDialog

Components/FrequencyCorrectionDialog.cpp:863–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863FrequencyCorrectionDialog::FrequencyCorrectionDialog(
864 QWidget *parent,
865 SUFREQ centerFreq,
866 ColorConfig const &colors) :
867 QDialog(parent),
868 colors(colors),
869 ui(new Ui::FrequencyCorrectionDialog)
870{
871
872 ui->setupUi(this);
873 this->connectAll();
874
875 gettimeofday(&this->timeStamp, nullptr);
876
877 this->timer.start(250);
878 this->updatePrediction();
879 this->setFrequency(centerFreq);
880 this->findNewSatellites();
881 this->refreshUiState();
882}
883
884void
885FrequencyCorrectionDialog::setQth(xyz_t const &qth)

Callers

nothing calls this directly

Calls 6

connectAllMethod · 0.95
updatePredictionMethod · 0.95
setFrequencyMethod · 0.95
findNewSatellitesMethod · 0.95
refreshUiStateMethod · 0.95
startMethod · 0.45

Tested by

no test coverage detected