Changeset 6183 in ntrip for trunk/BNC/src/rinex/corrfile.h


Ignore:
Timestamp:
Sep 14, 2014, 3:24:07 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6141 r6183  
    4848  QFile*             _file;
    4949  QTextStream*       _stream;
    50   QString            _lastLine;
     50  QList<t_orbCorr>   _orbCorr;
     51  QList<t_clkCorr>   _clkCorr;
     52  t_orbCorr*         _lastOrbCorr;
     53  t_clkCorr*         _lastClkCorr;
    5154  QMap<QString, int> _corrIODs;
    52   bncTime            _lastTime;
    5355};
    5456
Note: See TracChangeset for help on using the changeset viewer.