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


Ignore:
Timestamp:
Oct 31, 2014, 6:33:17 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6274 r6275  
    6060 signals:
    6161  void finished();
     62  void dspSkyPlot(const QString&, const QByteArray&, QVector<t_polarPoint*>*,
     63                  const QByteArray&, QVector<t_polarPoint*>*, const QByteArray&, double);
     64  void dspAvailPlot(const QString&, const QByteArray&);
    6265
    6366 private:
     
    132135  };
    133136
     137 private slots:
     138  void   slotDspSkyPlot(const QString& fileName, const QByteArray& title1,
     139                    QVector<t_polarPoint*>* data1, const QByteArray& title2,
     140                    QVector<t_polarPoint*>* data2, const QByteArray& scaleTitle, double maxValue);
     141
     142  void   slotDspAvailPlot(const QString& fileName, const QByteArray& title);
     143
     144 private:
    134145  void   analyzeFile(t_rnxObsFile* obsFile);
    135146
     
    141152
    142153  double cmpDOP(const ColumnVector& xyzSta) const;
    143 
    144   void   dspSkyPlot(const QString& fileName, const QByteArray& title1,
    145                     QVector<t_polarPoint*>* data1, const QByteArray& title2,
    146                     QVector<t_polarPoint*>* data2, const QByteArray& scaleTitle, double maxValue);
    147 
    148   void   dspAvailPlot(const QString& fileName, const QByteArray& title);
    149154
    150155  void   printReport();
Note: See TracChangeset for help on using the changeset viewer.