Changeset 5889 in ntrip for trunk/BNC/src/PPP/pppRun.h


Ignore:
Timestamp:
Aug 8, 2014, 4:40:40 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5883 r5889  
    2828  void newPosition(bncTime time, QVector<double> xx);
    2929  void newNMEAstr(QByteArray str);
     30  void progress(int);
     31  void finished();
    3032
    3133 public slots:
     
    3537  void slotNewCorrections(QStringList corrList);
    3638  void slotNewObs(QByteArray staID, QList<t_obs> obsList);
     39  void slotSetSpeed(int speed);
    3740
    3841 private:
Note: See TracChangeset for help on using the changeset viewer.