Changeset 4696 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Sep 9, 2012, 5:32:32 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4695 r4696  
    301301  emit dspAvailPlot(obsFile->fileName(), title);
    302302
    303   printReport();
     303  printReport(dataMP1, dataMP2, dataSNR1, dataSNR2);
    304304}
    305305
     
    704704// Finish the report
    705705////////////////////////////////////////////////////////////////////////////
    706 void t_reqcAnalyze::printReport() {
    707 
     706void t_reqcAnalyze::printReport(QVector<t_polarPoint*>* dataMP1,
     707                                QVector<t_polarPoint*>* dataMP2,
     708                                QVector<t_polarPoint*>* dataSNR1,
     709                                QVector<t_polarPoint*>* dataSNR2) {
    708710  if (!_log) {
    709711    return;
Note: See TracChangeset for help on using the changeset viewer.