Changeset 6141 in ntrip for trunk/BNC/src/rinex/corrfile.h


Ignore:
Timestamp:
Sep 13, 2014, 5:08:22 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/corrfile.h

    r5732 r6141  
    2929#include "bncconst.h"
    3030#include "bnctime.h"
     31#include "satObs.h"
    3132
    3233class t_corrFile : public QObject {
     
    4041
    4142 signals:
    42   void newCorrections(QStringList);
     43  void newOrbCorrections(QList<t_orbCorr>);
     44  void newClkCorrections(QList<t_clkCorr>);
    4345
    4446 private:
     
    4850  QString            _lastLine;
    4951  QMap<QString, int> _corrIODs;
     52  bncTime            _lastTime;
    5053};
    5154
Note: See TracChangeset for help on using the changeset viewer.