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


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

Legend:

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

    r3470 r3472  
    7676
    7777  void processEpoch();
    78   void processEpoch_filter();
    79   void processEpoch_singleEpoch();
     78  t_irc processEpoch_filter(QTextStream& out,
     79                            QMap<QString, t_corr*>& resCorr);
     80  t_irc processEpoch_singleEpoch(QTextStream& out,
     81                                 QMap<QString, t_corr*>& resCorr);
    8082  t_irc createAmat(Matrix& AA, ColumnVector& ll, DiagonalMatrix& PP,
    8183                   const ColumnVector& x0, QMap<QString, t_corr*>& resCorr);
Note: See TracChangeset for help on using the changeset viewer.