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


Ignore:
Timestamp:
Aug 29, 2012, 6:02:19 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4578 r4584  
    55#include <qwt_plot.h>
    66
     7class t_availData;
     8
    79class t_availPlot: public QwtPlot {
    810 Q_OBJECT
    911
    1012public:
    11   t_availPlot(QWidget* parent, QMap<QString, QVector<int> >* prnAvail);
     13  t_availPlot(QWidget* parent, QMap<QString, t_availData>* availDataMap);
    1214
    1315private:
Note: See TracChangeset for help on using the changeset viewer.