Changeset 2582 in ntrip for trunk/BNC/bncmodel.h


Ignore:
Timestamp:
Aug 29, 2010, 3:45:01 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.h

    r2283 r2582  
    9292                     SymmetricMatrix& QQ, ColumnVector& dx);
    9393
    94   bncTime            _time;
    95   QByteArray         _staID;
    96   QVector<bncParam*> _params;
    97   SymmetricMatrix    _QQ;
    98   ColumnVector       _xcBanc;
    99   ColumnVector       _ellBanc;
    100   bool               _static;
    101   bool               _usePhase;
    102   bool               _estTropo;
    103   QByteArray         _log;
    104   QFile*             _nmeaFile;
    105   QTextStream*       _nmeaStream;
    106   bool               _useGlonass;
     94  double windUp(const QString& prn, const ColumnVector& rSat,
     95                const ColumnVector& rRec);
     96
     97  bncTime               _time;
     98  QByteArray            _staID;
     99  QVector<bncParam*>    _params;
     100  SymmetricMatrix       _QQ;
     101  ColumnVector          _xcBanc;
     102  ColumnVector          _ellBanc;
     103  bool                  _static;
     104  bool                  _usePhase;
     105  bool                  _estTropo;
     106  QByteArray            _log;
     107  QFile*                _nmeaFile;
     108  QTextStream*          _nmeaStream;
     109  bool                  _useGlonass;
     110  QMap<QString, double> _windUpTime;
     111  QMap<QString, double> _windUpSum;
    107112};
    108113
Note: See TracChangeset for help on using the changeset viewer.