- Timestamp:
- Jul 18, 2023, 2:40:48 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r10095 r10124 76 76 _SID = SID; 77 77 _IOD = IOD; 78 _phaseBiasInformationDecoded = false; 78 79 79 80 // Member that receives the ephemeris … … 516 517 // ---------------------------------------------------- 517 518 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) { 520 521 eph = ephPrev; 521 522 }
Note:
See TracChangeset
for help on using the changeset viewer.