Changeset 5883 in ntrip for trunk/BNC/src/rinex/rnxobsfile.h


Ignore:
Timestamp:
Aug 8, 2014, 3:51:27 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5742 r5883  
    3636#include "bnctime.h"
    3737#include "t_prn.h"
     38#include "GPSDecoder.h"
    3839
    3940class t_rnxObsHeader {
     
    144145  QTextStream* stream() {return _stream;}
    145146
     147  static void setObsFromRnx(const t_rnxObsFile* rnxObsFile,
     148                            const t_rnxObsFile::t_rnxEpo* epo,
     149                            const t_rnxObsFile::t_rnxSat& rnxSat,
     150                            t_obs& obs);
     151
    146152 private:
    147153  enum e_trafo {trafoNone, trafo2to3, trafo3to2};
Note: See TracChangeset for help on using the changeset viewer.