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