Changeset 10330 in ntrip for trunk/BNC/src/bncephuser.cpp


Ignore:
Timestamp:
Feb 13, 2024, 11:51:53 AM (14 months ago)
Author:
stuerze
Message:

another test is added in PPP and combination mode to check if stored ephemerides were outdated and/or not updated in between

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.cpp

    r9930 r10330  
    194194  // --------------------------------------------------------
    195195  if (realTime) {
    196     if (outDatedBcep(eph)) {
     196    QDateTime now = currentDateAndTimeGPS();
     197    bncTime   currentTime(now.toString(Qt::ISODate).toStdString());
     198    if (outDatedBcep(eph, currentTime)) {
    197199      eph->setCheckState(t_eph::outdated);
    198200      return;
Note: See TracChangeset for help on using the changeset viewer.