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


Ignore:
Timestamp:
Sep 9, 2012, 11:35:51 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4675 r4679  
    133133
    134134  void analyzeFile(t_rnxObsFile* obsFile);
    135   void preparePlotData(const QString& prn, const ColumnVector& xyz,
     135  void preparePlotData(const QString& prn, const ColumnVector& xyzSta,
    136136                       double obsInterval,
    137137                       QVector<t_polarPoint*>* dataMP1,
     
    139139                       QVector<t_polarPoint*>* dataSNR1,
    140140                       QVector<t_polarPoint*>* dataSNR2);
    141   void prepareObsStat(unsigned iEpo, double obsInterval);
     141  void prepareObsStat(unsigned iEpo, double obsInterval,
     142                      const ColumnVector& xyzSta);
     143  double cmpDOP(const ColumnVector& xyzSta) const;
    142144
    143145  QString                    _logFileName;
Note: See TracChangeset for help on using the changeset viewer.