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


Ignore:
Timestamp:
Jan 24, 2012, 11:56:41 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpostprocess.h

    r3643 r3644  
    2828#include <QtCore>
    2929#include "bncconst.h"
     30extern "C" {
     31#include "rtcm3torinex.h"
     32}
    3033
    3134class t_pppOpt;
     
    4447  void progress(float);
    4548  void finished();
     49  void newEphGPS(gpsephemeris gpseph);
     50  void newEphGlonass(glonassephemeris glonasseph);
     51  void newEphGalileo(galileoephemeris galileoeph);
     52  void newCorrections(QList<QString>);
    4653   
     54 public slots:
     55  void slotMessage(QByteArray msg, bool showOnScreen);
     56
    4757 public:
    4858  virtual void run();
Note: See TracChangeset for help on using the changeset viewer.