Changeset 4261 in ntrip for trunk/BNC/rinex/bncpostprocess.h


Ignore:
Timestamp:
Jun 22, 2012, 10:12:35 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/bncpostprocess.h

    r3721 r4261  
    2828#include <QtCore>
    2929#include "bncconst.h"
     30#include "rnxobsfile.h"
    3031extern "C" {
    3132#include "rtcm3torinex.h"
     
    3435class t_pppOpt;
    3536class bncPPPclient;
    36 class t_rnxObsFile;
    3737class t_rnxNavFile;
    3838class t_corrFile;
     39class t_obs;
    3940
    4041class t_postProcessing : public QThread {
     
    4344 public:
    4445  t_postProcessing(QObject* parent);
     46  static void setObsFromRnx(const t_rnxObsFile* rnxObsFile,
     47                            const t_rnxObsFile::t_rnxEpo* epo,
     48                            const t_rnxObsFile::t_rnxSat& rnxSat,
     49                            t_obs& obs);
    4550
    4651 protected:
Note: See TracChangeset for help on using the changeset viewer.