Changeset 5953 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 16, 2014, 3:13:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppRun.cpp
r5951 r5953 50 50 #include "bnccore.h" 51 51 #include "bncephuser.h" 52 #include "bncsettings.h" 52 53 #include "rinex/rnxobsfile.h" 53 54 #include "rinex/rnxnavfile.h" … … 98 99 } 99 100 else { 101 bncSettings settings; 100 102 _rnxObsFile = 0; 101 103 _rnxNavFile = 0; 102 104 _corrFile = 0; 103 _speed = 0;105 _speed = settings.value("PPP/mapSpeedSlider").toInt(); 104 106 connect(this, SIGNAL(progressRnxPPP(int)), BNC_CORE, SIGNAL(progressRnxPPP(int))); 105 107 connect(this, SIGNAL(finishedRnxPPP()), BNC_CORE, SIGNAL(finishedRnxPPP())); … … 223 225 _pppClient->processEpoch(satObs, &output); 224 226 225 if (!output._error && _opt->xyzAprRoverSet()) {227 if (!output._error) { 226 228 QVector<double> xx(6); 227 229 xx.data()[0] = output._xyzRover[0];
Note:
See TracChangeset
for help on using the changeset viewer.