Changeset 5932 in ntrip


Ignore:
Timestamp:
Aug 15, 2014, 10:41:43 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5883 r5932  
    150150                            t_obs& obs);
    151151
     152  static QString type2to3(char sys, const QString& typeV2);
     153  static QString type3to2(const QString& typeV3);
     154
    152155 private:
    153156  enum e_trafo {trafoNone, trafo2to3, trafo3to2};
     
    162165  t_rnxEpo* nextEpochV3();
    163166  void handleEpochFlag(int flag, const QString& line, bool& headerReRead);
    164 
    165   QString type2to3(char sys, const QString& typeV2);
    166   QString type3to2(const QString& typeV3);
    167167
    168168  QMap<char, QMap<int, int> > _indexMap2to3;
Note: See TracChangeset for help on using the changeset viewer.