Changeset 6333 in ntrip
- Timestamp:
- Nov 24, 2014, 5:12:03 PM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6332 r6333 1750 1750 enableStartStop(); 1751 1751 } 1752 else if (!_sp3CompFileChooser->fileName().isEmpty()) { 1753 _runningSp3Comp = true; 1754 t_reqcEdit* reqcEdit = new t_reqcEdit(this); 1755 connect(reqcEdit, SIGNAL(finished()), this, SLOT(slotPostProcessingFinished())); 1756 reqcEdit->start(); 1757 enableStartStop(); 1758 } 1752 1759 else { 1753 1760 startRealTime(); … … 2420 2427 void bncWindow::slotPostProcessingFinished() { 2421 2428 delete _caster; _caster = 0; BNC_CORE->setCaster(0); 2422 _runningPPP = false; 2423 _runningEdit = false; 2424 _runningQC = false; 2429 _runningPPP = false; 2430 _runningEdit = false; 2431 _runningQC = false; 2432 _runningSp3Comp = false; 2425 2433 _actStart->setText(tr("Sta&rt")); 2426 2434 enableStartStop(); -
trunk/BNC/src/src.pri
r6152 r6333 65 65 rinex/graphwin.h rinex/polarplot.h \ 66 66 rinex/availplot.h rinex/eleplot.h \ 67 rinex/dopplot.h 67 rinex/dopplot.h orbComp/sp3Comp.h 68 68 69 69 HEADERS += serial/qextserialbase.h serial/qextserialport.h … … 100 100 rinex/graphwin.cpp rinex/polarplot.cpp \ 101 101 rinex/availplot.cpp rinex/eleplot.cpp \ 102 rinex/dopplot.cpp 102 rinex/dopplot.cpp orbComp/sp3Comp.cpp 103 103 104 104 SOURCES += serial/qextserialbase.cpp serial/qextserialport.cpp
Note:
See TracChangeset
for help on using the changeset viewer.