Changeset 4563 in ntrip for trunk/BNC/src/rinex/reqcanalyze.h


Ignore:
Timestamp:
Aug 28, 2012, 1:44:43 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.h

    r4558 r4563  
    9595
    9696  void analyzeFile(t_rnxObsFile* obsFile);
    97   void analyzeMultipath(const QString& prn,
    98                         const t_satStat& satStat,
    99                         const ColumnVector& xyz,
    100                         double obsInterval,
    101                         QVector<t_polarPoint*>* dataMP1,
    102                         QVector<t_polarPoint*>* dataMP2);
     97  void analyzeMultipathAndSNR(const QString& prn,
     98                              const t_satStat& satStat,
     99                              const ColumnVector& xyz,
     100                              double obsInterval,
     101                              QVector<t_polarPoint*>* dataMP1,
     102                              QVector<t_polarPoint*>* dataMP2,
     103                              QVector<t_polarPoint*>* dataSNR1,
     104                              QVector<t_polarPoint*>* dataSNR2);
    103105
    104106  QString                  _logFileName;
Note: See TracChangeset for help on using the changeset viewer.