Changeset 10124 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jul 18, 2023, 2:40:48 PM (16 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r10095 r10124  
    7676  _SID = SID;
    7777  _IOD = IOD;
     78  _phaseBiasInformationDecoded = false;
    7879
    7980  // Member that receives the ephemeris
     
    516517      // ----------------------------------------------------
    517518      const int MINAGE = 60; // seconds
    518       if (ephPrev && eph->receptDateTime().isValid()
    519           && eph->receptDateTime().secsTo(currentDateAndTimeGPS()) < MINAGE) {
     519      if (ephPrev && eph->receptDateTime().isValid() &&
     520          eph->receptDateTime().secsTo(currentDateAndTimeGPS()) < MINAGE) {
    520521        eph = ephPrev;
    521522      }
Note: See TracChangeset for help on using the changeset viewer.