Changeset 6516 in ntrip for trunk/BNC/src/rinex/corrfile.cpp
- Timestamp:
- Dec 29, 2014, 6:54:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/corrfile.cpp
r6511 r6516 94 94 QList<t_orbCorr> orbCorrList; 95 95 t_orbCorr::readEpoch(_lastLine, _stream, orbCorrList); 96 QListIterator<t_orbCorr> it(orbCorrList); 97 while (it.hasNext()) { 98 const t_orbCorr& corr = it.next(); 99 _corrIODs[QString(corr._prn.toString().c_str())] = corr._iod; 100 } 96 101 emit newOrbCorrections(orbCorrList); 97 102 }
Note:
See TracChangeset
for help on using the changeset viewer.