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

Method setRealTime

Components/FrequencyCorrectionDialog.cpp:763–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761}
762
763void
764FrequencyCorrectionDialog::setRealTime(bool realTime)
765{
766 this->realTime = realTime;
767
768 if (realTime) {
769 struct timeval tv;
770 gettimeofday(&tv, nullptr);
771 this->resetTimestamp(tv);
772 } else {
773 this->haveALOS = false;
774 }
775}
776
777void
778FrequencyCorrectionDialog::setCorrectionEnabled(bool enabled)

Callers

nothing calls this directly

Calls 1

resetTimestampMethod · 0.95

Tested by

no test coverage detected