Changeset 5940 in ntrip


Ignore:
Timestamp:
Aug 16, 2014, 9:34:39 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/PPP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppRun.cpp

    r5937 r5940  
    354354  catch (...) {
    355355    delete _rnxObsFile; _rnxObsFile = 0;
    356     emit finished();
     356    emit finishedRnxPPP();
    357357    return;
    358358  }
     
    410410
    411411    if (nEpo % 10 == 0) {
    412       emit progress(nEpo);
    413     }
    414   }
    415 
    416   emit finished();
     412      emit progressRnxPPP(nEpo);
     413    }
     414  }
     415
     416  emit finishedRnxPPP();
    417417
    418418  if (BNC_CORE->mode() != t_bncCore::interactive) {
  • trunk/BNC/src/PPP/pppRun.h

    r5889 r5940  
    2828  void newPosition(bncTime time, QVector<double> xx);
    2929  void newNMEAstr(QByteArray str);
    30   void progress(int);
    31   void finished();
     30  void progressRnxPPP(int);
     31  void finishedRnxPPP();
    3232
    3333 public slots:
Note: See TracChangeset for help on using the changeset viewer.