- Timestamp:
- Sep 9, 2012, 5:32:32 PM (12 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r4695 r4696 301 301 emit dspAvailPlot(obsFile->fileName(), title); 302 302 303 printReport( );303 printReport(dataMP1, dataMP2, dataSNR1, dataSNR2); 304 304 } 305 305 … … 704 704 // Finish the report 705 705 //////////////////////////////////////////////////////////////////////////// 706 void t_reqcAnalyze::printReport() { 707 706 void t_reqcAnalyze::printReport(QVector<t_polarPoint*>* dataMP1, 707 QVector<t_polarPoint*>* dataMP2, 708 QVector<t_polarPoint*>* dataSNR1, 709 QVector<t_polarPoint*>* dataSNR2) { 708 710 if (!_log) { 709 711 return; -
trunk/BNC/src/rinex/reqcanalyze.h
r4694 r4696 160 160 const ColumnVector& xyzSta); 161 161 double cmpDOP(const ColumnVector& xyzSta) const; 162 void printReport(); 162 void printReport(QVector<t_polarPoint*>* dataMP1, 163 QVector<t_polarPoint*>* dataMP2, 164 QVector<t_polarPoint*>* dataSNR1, 165 QVector<t_polarPoint*>* dataSNR2); 163 166 164 167 QString _logFileName;
Note:
See TracChangeset
for help on using the changeset viewer.