Ignore:
Timestamp:
Dec 28, 2014, 11:14:32 AM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3coDecoder.h

    r6467 r6471  
    6666  int            _providerID[3];
    6767  bncTime        _lastTime;
    68   QMap<std::string, unsigned short> _IODs;
    69   QMap<bncTime, QList<t_orbCorr> >  _orbCorrections;
    70   QMap<bncTime, QList<t_clkCorr> >  _clkCorrections;
     68  QMap<t_prn, unsigned short>          _IODs;
     69  QMap<bncTime, QList<t_orbCorr> >     _orbCorrections;
     70  QMap<bncTime, QList<t_clkCorr> >     _clkCorrections;
     71  QMap<t_prn, t_clkCorr>               _lastClkCorrections;
     72  QMap<bncTime, QList<t_satCodeBias> > _codeBiases;
    7173};
    7274
Note: See TracChangeset for help on using the changeset viewer.