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

Method resetTimestamp

Components/FrequencyCorrectionDialog.cpp:601–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601void
602FrequencyCorrectionDialog::resetTimestamp(struct timeval const &tv)
603{
604 if (!this->realTime) {
605 this->timeStamp = tv;
606 this->haveALOS = false;
607 this->updatePrediction();
608 }
609}
610
611void
612FrequencyCorrectionDialog::setTimeLimits(

Callers 2

setRealTimeMethod · 0.95
InspectorUIMethod · 0.80

Calls 1

updatePredictionMethod · 0.95

Tested by 1

InspectorUIMethod · 0.64