Changeset 6272 in ntrip for trunk/BNC/src/rinex/availplot.h


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

Legend:

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

    r6269 r6272  
    77#include <qwt_plot_curve.h>
    88#include "t_prn.h"
    9 
    10 class t_availData;
     9#include "reqcanalyze.h"
    1110
    1211class t_availPlot: public QwtPlot {
     
    1413
    1514public:
    16   t_availPlot(QWidget* parent, QMap<t_prn, t_availData>* availDataMap);
     15  t_availPlot(QWidget* parent, const QMap<t_prn, t_plotData>& plotDataMap);
    1716
    1817private:
Note: See TracChangeset for help on using the changeset viewer.