Changeset 4669 in ntrip for trunk/BNC/src/rinex/availplot.cpp


Ignore:
Timestamp:
Sep 8, 2012, 6:47:53 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4668 r4669  
    210210  return curve;
    211211}
    212 
    213 //
    214 //////////////////////////////////////////////////////////////////////////////
    215 void t_availPlot::setNumSat(const QVector<double>& _numSatTim,
    216                             const QVector<double>& _numSat) {
    217   QwtPlotCurve* curve = new QwtPlotCurve("# sat");
    218   curve->setXAxis(QwtPlot::xBottom);
    219   curve->setYAxis(QwtPlot::yRight);
    220   curve->setSamples(_numSatTim, _numSat);
    221   curve->attach(this);
    222 }
Note: See TracChangeset for help on using the changeset viewer.