Changeset 9332 in ntrip


Ignore:
Timestamp:
Dec 19, 2020, 10:50:12 PM (3 years ago)
Author:
stuerze
Message:

minor changes

Location:
trunk/BNC/src
Files:
2 edited

Legend:

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

    r9326 r9332  
    158158  }
    159159
    160   if ( (ephOld == 0) ||
    161        newEph->isNewerThan(ephOld) ||
    162        newCorrectedGpsEphSet(newEph)  ) {
     160  if ( (ephOld == 0) || newEph->isNewerThan(ephOld)) {
    163161    checkEphemeris(newEph, realTime);
    164162    eph->setCheckState(newEph->checkState());
     
    338336}
    339337
    340 //
     338/*
    341339////////////////////////////////////////////////////////////////////////////
    342340bool bncEphUser::newCorrectedGpsEphSet(const t_eph* eph) {
     
    380378
    381379  return false;
    382 }
     380}*/
  • trunk/BNC/src/bncephuser.h

    r9320 r9332  
    7575 private:
    7676  void checkEphemeris(t_eph* eph, bool realTime);
    77   bool newCorrectedGpsEphSet(const t_eph* eph);
     77  //bool newCorrectedGpsEphSet(const t_eph* eph);
    7878  QMutex                             _mutex;
    7979  static const unsigned              _maxQueueSize = 6;
Note: See TracChangeset for help on using the changeset viewer.