Ignore:
Timestamp:
Mar 30, 2012, 6:40:03 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3753 r3754  
    278278    if (ephPair) {
    279279
     280      eph = ephPair->last;
     281
     282      // receptDateTime() not (yet?) defined
     283      // if (ephPair->prev &&
     284      //     eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) {
     285      //   eph = ephPair->prev;
     286      // }
     287
    280288      // Make sure the clock messages refer to same IOD as orbit messages
    281289      // ----------------------------------------------------------------
    282       eph = ephPair->last;
    283290      if (_usedEph) {
    284291        if (fmod(epoTime.gpssec(), _samplOrb) == 0.0) {
     
    298305        }
    299306      }
    300 
    301       // receptDateTime() not (yet?) defined
    302       //      if (ephPair->prev &&
    303       //           eph->receptDateTime().secsTo(QDateTime::currentDateTime()) < 60) {
    304       //        eph = ephPair->prev;
    305       //      }
    306307    }
    307308
Note: See TracChangeset for help on using the changeset viewer.