Changeset 5932 in ntrip
- Timestamp:
- Aug 15, 2014, 10:41:43 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.h
r5883 r5932 150 150 t_obs& obs); 151 151 152 static QString type2to3(char sys, const QString& typeV2); 153 static QString type3to2(const QString& typeV3); 154 152 155 private: 153 156 enum e_trafo {trafoNone, trafo2to3, trafo3to2}; … … 162 165 t_rnxEpo* nextEpochV3(); 163 166 void handleEpochFlag(int flag, const QString& line, bool& headerReRead); 164 165 QString type2to3(char sys, const QString& typeV2);166 QString type3to2(const QString& typeV3);167 167 168 168 QMap<char, QMap<int, int> > _indexMap2to3;
Note:
See TracChangeset
for help on using the changeset viewer.