Changeset 5216 in ntrip for trunk/BNC/src
- Timestamp:
- Jun 16, 2013, 11:20:21 AM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5214 r5216 2730 2730 enableStartStop(); 2731 2731 2732 delete _postProcessing;2733 2732 _postProcessing = new t_postProcessing(this); 2734 2733 connect(_postProcessing, SIGNAL(finished()), this, SLOT(slotFinishedPostProcessingPPP())); … … 2757 2756 void bncWindow::slotFinishedPostProcessingPPP() { 2758 2757 _runningPostProcessingPPP = false; 2758 _postProcessing = 0; 2759 2759 QMessageBox::information(this, "Information", 2760 2760 "Post-Processing Thread Finished"); -
trunk/BNC/src/map/bncmapwin.cpp
r5214 r5216 158 158 xyz2ell(xyz, ell); 159 159 gotoLocation(ell[0]*180.0/M_PI, ell[1]*180.0/M_PI); 160 qDebug() << ell[0]*180.0/M_PI << ell[1]*180.0/M_PI;161 160 }
Note:
See TracChangeset
for help on using the changeset viewer.