Changeset 8560 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp
- Timestamp:
- Dec 12, 2018, 3:46:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r8558 r8560 534 534 void t_reqcAnalyze::preparePlotData(const t_rnxObsFile* obsFile) { 535 535 536 if (!BNC_CORE->GUIenabled()) { 537 return ; 538 } 539 536 540 QVector<t_skyPlotData> skyPlotDataMP; 537 541 QVector<t_skyPlotData> skyPlotDataSN; … … 572 576 // Show the plots 573 577 // -------------- 574 if (BNC_CORE->GUIenabled()) { 575 QFileInfo fileInfo(obsFile->fileName()); 576 QByteArray title = fileInfo.fileName().toLatin1(); 577 emit dspSkyPlot(obsFile->fileName(), skyPlotDataMP, "Meters", 2.0); 578 emit dspSkyPlot(obsFile->fileName(), skyPlotDataSN, "dbHz", 54.0); 579 emit dspAvailPlot(obsFile->fileName(), title); 580 } 578 QFileInfo fileInfo(obsFile->fileName()); 579 QByteArray title = fileInfo.fileName().toLatin1(); 580 emit dspSkyPlot(obsFile->fileName(), skyPlotDataMP, "Meters", 2.0); 581 emit dspSkyPlot(obsFile->fileName(), skyPlotDataSN, "dbHz", 54.0); 582 emit dspAvailPlot(obsFile->fileName(), title); 581 583 } 582 584
Note:
See TracChangeset
for help on using the changeset viewer.