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


Ignore:
Timestamp:
Sep 22, 2011, 12:36:00 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3440 r3442  
    2626  double  sigP;
    2727  bool    epoSpec;
     28  const t_eph* eph;
    2829};
    2930
     
    7879  void printResults(QTextStream& out, const QMap<QString, t_corr*>& resCorr);
    7980  void switchToLastEph(const t_eph* lastEph, t_corr* corr);
     81  void switchToLastEph(const t_eph* lastEph, cmbParam* pp);
    8082
    8183  QVector<cmbCorr*>& corrs() {return _buffer[_resTime].corrs;}
     
    8789  bncRtnetDecoder*        _rtnetDecoder;
    8890  SymmetricMatrix         _QQ;
    89   bool                    _firstReg;
    9091  QByteArray              _log;
    9192  bncAntex*               _antex;
Note: See TracChangeset for help on using the changeset viewer.