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

Method setTimeLimits

Components/FrequencyCorrectionDialog.cpp:611–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611void
612FrequencyCorrectionDialog::setTimeLimits(
613 struct timeval const &start,
614 struct timeval const &end)
615{
616 this->startTime = start;
617 this->endTime = end;
618
619 this->haveALOS = false;
620 this->updatePrediction();
621}
622
623bool
624FrequencyCorrectionDialog::isCorrectionEnabled(void) const

Callers

nothing calls this directly

Calls 1

updatePredictionMethod · 0.95

Tested by

no test coverage detected