Changeset 3688 in ntrip for trunk/BNC/bncpostprocess.h


Ignore:
Timestamp:
Feb 12, 2012, 2:07:57 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpostprocess.h

    r3685 r3688  
    3636class t_rnxObsFile;
    3737class t_rnxNavFile;
     38class t_corrFile;
    3839
    3940class t_postProcessing : public QThread {
     
    4950  void progress(int);
    5051  void finished();
    51   void newEphGPS(gpsephemeris gpseph);
    52   void newEphGlonass(glonassephemeris glonasseph);
    53   void newEphGalileo(galileoephemeris galileoeph);
    54   void newCorrections(QList<QString>);
    5552   
    5653 public slots:
     
    6562  t_rnxObsFile* _rnxObsFile;
    6663  t_rnxNavFile* _rnxNavFile;
     64  t_corrFile*   _corrFile;
    6765};
    6866
Note: See TracChangeset for help on using the changeset viewer.