Changeset 6146 in ntrip for trunk/BNC/src/rinex/corrfile.cpp


Ignore:
Timestamp:
Sep 13, 2014, 5:25:30 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/corrfile.cpp

    r6141 r6146  
    9393          t_clkCorr corr(str.toAscii().data());
    9494          _lastTime = corr._time;
     95          _corrIODs[QString(corr._prn.toString().c_str())] = corr.IOD();
    9596          clkCorr.push_back(corr);
    9697        }
     
    9899          t_orbCorr corr(str.toAscii().data());
    99100          _lastTime = corr._time;
     101          _corrIODs[QString(corr._prn.toString().c_str())] = corr.IOD();
    100102          orbCorr.push_back(corr);
    101103        }
Note: See TracChangeset for help on using the changeset viewer.