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


Ignore:
Timestamp:
Oct 14, 2011, 4:21:06 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3464 r3470  
    4343 private:
    4444
     45  enum e_method{singleEpoch, filter};
     46
    4547  class cmbAC {
    4648   public:
     
    7476
    7577  void processEpoch();
     78  void processEpoch_filter();
     79  void processEpoch_singleEpoch();
    7680  t_irc createAmat(Matrix& AA, ColumnVector& ll, DiagonalMatrix& PP,
    7781                   const ColumnVector& x0, QMap<QString, t_corr*>& resCorr);
     
    9397  QString                 _masterOrbitAC;
    9498  unsigned                _masterMissingEpochs;
     99  e_method                _method;
    95100};
    96101
Note: See TracChangeset for help on using the changeset viewer.