Changeset 3455 in ntrip for trunk/BNC/combination/bnccomb.h


Ignore:
Timestamp:
Sep 23, 2011, 10:21:38 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.h

    r3453 r3455  
    2323  QString prn;
    2424  double  xx;
    25   double  sig_0;
    26   double  sig_P;
     25  double  sig0;
     26  double  sigP;
     27  bool    epoSpec;
     28  const t_eph* eph;
    2729};
    2830
     
    7274
    7375  void processEpoch();
     76  t_irc createAmat(Matrix& AA, ColumnVector& ll, DiagonalMatrix& PP,
     77                   const ColumnVector& x0, QMap<QString, t_corr*>& resCorr);
    7478  void dumpResults(const QMap<QString, t_corr*>& resCorr);
    7579  void printResults(QTextStream& out, const QMap<QString, t_corr*>& resCorr);
    7680  void switchToLastEph(const t_eph* lastEph, t_corr* corr);
     81  void switchToLastEph(const t_eph* lastEph, cmbParam* pp);
    7782
    7883  QVector<cmbCorr*>& corrs() {return _buffer[_resTime].corrs;}
     
    8489  bncRtnetDecoder*        _rtnetDecoder;
    8590  SymmetricMatrix         _QQ;
    86   bool                    _firstReg;
    8791  QByteArray              _log;
    8892  bncAntex*               _antex;
    8993  double                  _MAXRES;
    9094  QString                 _masterOrbitAC;
     95  unsigned                _masterMissingEpochs;
     96  bool                    _firstReg;
    9197};
    9298
Note: See TracChangeset for help on using the changeset viewer.