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


Ignore:
Timestamp:
Nov 12, 2014, 5:20:13 PM (9 years ago)
Author:
stuerze
Message:

systems J,S,C added, parameter type of plot function changed

File:
1 edited

Legend:

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

    r6312 r6322  
    6060 signals:
    6161  void finished();
    62   void dspSkyPlot(const QString&, const QByteArray&, QVector<t_polarPoint*>*,
    63                   const QByteArray&, QVector<t_polarPoint*>*, const QByteArray&, double);
     62  void dspSkyPlot(const QString&, const QString&, QVector<t_polarPoint*>*,
     63                  const QString&, QVector<t_polarPoint*>*, const QByteArray&, double);
    6464  void dspAvailPlot(const QString&, const QByteArray&);
    6565
     
    155155
    156156 private slots:
    157   void   slotDspSkyPlot(const QString& fileName, const QByteArray& title1,
    158                     QVector<t_polarPoint*>* data1, const QByteArray& title2,
     157  void   slotDspSkyPlot(const QString& fileName, const QString& title1,
     158                    QVector<t_polarPoint*>* data1, const QString& title2,
    159159                    QVector<t_polarPoint*>* data2, const QByteArray& scaleTitle, double maxValue);
    160160
Note: See TracChangeset for help on using the changeset viewer.