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


Ignore:
Timestamp:
Sep 22, 2011, 4:58:48 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3442 r3448  
    2626  double  sigP;
    2727  bool    epoSpec;
    28   const t_eph* eph;
    2928};
    3029
     
    7473
    7574  void processEpoch();
    76   t_irc createAmat(Matrix& AA, ColumnVector& ll, DiagonalMatrix& PP,
    77                    const ColumnVector& x0, QMap<QString, t_corr*>& resCorr);
    7875  void dumpResults(const QMap<QString, t_corr*>& resCorr);
    7976  void printResults(QTextStream& out, const QMap<QString, t_corr*>& resCorr);
    8077  void switchToLastEph(const t_eph* lastEph, t_corr* corr);
    81   void switchToLastEph(const t_eph* lastEph, cmbParam* pp);
    8278
    8379  QVector<cmbCorr*>& corrs() {return _buffer[_resTime].corrs;}
     
    8985  bncRtnetDecoder*        _rtnetDecoder;
    9086  SymmetricMatrix         _QQ;
     87  bool                    _firstReg;
    9188  QByteArray              _log;
    9289  bncAntex*               _antex;
Note: See TracChangeset for help on using the changeset viewer.