Changeset 6253 in ntrip for trunk/BNC/src/rinex/rnxobsfile.cpp
- Timestamp:
- Oct 22, 2014, 4:10:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.cpp
r6251 r6253 1124 1124 1125 1125 for (int iType = 0; iType < rnxObsFile->nTypes(sys); iType++) { 1126 QString type = rnxObsFile->obsType(sys, iType); 1126 QString type = rnxObsFile->obsType(sys, iType); 1127 QString typeV3 = rnxObsFile->obsType(sys, iType, 3.0); // may or may not differ from type 1127 1128 if (rnxSat.obs.contains(type)) { 1128 1129 const t_rnxObs& rnxObs = rnxSat.obs[type]; 1129 1130 if (rnxObs.value != 0.0) { 1130 string type2ch(type .mid(1).toAscii().data());1131 string type2ch(typeV3.mid(1).toAscii().data()); 1131 1132 1132 1133 t_frqObs* frqObs = 0; … … 1143 1144 } 1144 1145 1145 switch( type .toAscii().data()[0] ) {1146 switch( typeV3.toAscii().data()[0] ) { 1146 1147 case 'C': 1147 1148 frqObs->_codeValid = true;
Note:
See TracChangeset
for help on using the changeset viewer.