Changeset 10330 in ntrip for trunk/BNC/src/upload


Ignore:
Timestamp:
Feb 13, 2024, 11:51:53 AM (3 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/upload/bncrtnetuploadcaster.cpp

    r10227 r10330  
    543543    }
    544544
     545    QDateTime now = currentDateAndTimeGPS();
     546    bncTime   currentTime(now.toString(Qt::ISODate).toStdString());
    545547    if (eph &&
    546         !outDatedBcep(eph)                    &&  // detected from storage because of no update
     548        !outDatedBcep(eph, currentTime)       &&  // detected from storage because of no update
    547549        eph->checkState() != t_eph::bad       &&
    548550        eph->checkState() != t_eph::unhealthy &&
Note: See TracChangeset for help on using the changeset viewer.