Changeset 3960 in ntrip for trunk/BNC/rinex/rnxobsfile.h


Ignore:
Timestamp:
Apr 20, 2012, 11:25:35 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3956 r3960  
    141141  const t_rnxEpo* nextEpochV3();
    142142  void handleEpochFlag(int flag, const QString& line);
     143
    143144  QString type2to3(char sys, const QString& typeV2);
     145  QString type3to2(char sys, const QString& typeV3);
     146
     147  std::map<char, std::map<int, int> > _indexMap2to3;
     148  std::map<char, std::map<int, int> > _indexMap3to2;
    144149
    145150  e_inpOut       _inpOut;
Note: See TracChangeset for help on using the changeset viewer.