Changeset 6146 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Sep 13, 2014, 5:25:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/corrfile.cpp
r6141 r6146 93 93 t_clkCorr corr(str.toAscii().data()); 94 94 _lastTime = corr._time; 95 _corrIODs[QString(corr._prn.toString().c_str())] = corr.IOD(); 95 96 clkCorr.push_back(corr); 96 97 } … … 98 99 t_orbCorr corr(str.toAscii().data()); 99 100 _lastTime = corr._time; 101 _corrIODs[QString(corr._prn.toString().c_str())] = corr.IOD(); 100 102 orbCorr.push_back(corr); 101 103 }
Note:
See TracChangeset
for help on using the changeset viewer.