Changeset 7039 in ntrip
- Timestamp:
 - Jul 13, 2015, 5:29:39 PM (10 years ago)
 - Location:
 - trunk/BNC/src/rinex
 - Files:
 - 
      
- 2 edited
 
- 
          
  corrfile.cpp (modified) (1 diff)
 - 
          
  rnxnavfile.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/BNC/src/rinex/corrfile.cpp
r6556 r7039 98 98 while (it.hasNext()) { 99 99 const t_orbCorr& corr = it.next(); 100 _corrIODs[QString(corr._prn.toString().c_str())] = corr._iod; 100 _corrIODs[QString(corr._prn.toInternalString().c_str())] = corr._iod; 101 101 } 102 102 emit newOrbCorrections(orbCorrList);  - 
      
trunk/BNC/src/rinex/rnxnavfile.cpp
r6942 r7039 226 226 t_eph* eph = *it; 227 227 double dt = eph->TOC() - tt; 228 if (dt < 8*3600.0 && QString(eph->prn().toString().c_str()) == prn && eph->IOD() == iod) { 228 if (dt < 8*3600.0 && QString(eph->prn().toInternalString().c_str()) == prn && eph->IOD() == iod) { 229 229 it = _ephs.erase(it); 230 230 return eph;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  