Changeset 5953 in ntrip


Ignore:
Timestamp:
Aug 16, 2014, 3:13:50 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppRun.cpp

    r5951 r5953  
    5050#include "bnccore.h"
    5151#include "bncephuser.h"
     52#include "bncsettings.h"
    5253#include "rinex/rnxobsfile.h"
    5354#include "rinex/rnxnavfile.h"
     
    9899  }
    99100  else {
     101    bncSettings settings;
    100102    _rnxObsFile = 0;
    101103    _rnxNavFile = 0;
    102104    _corrFile   = 0;
    103     _speed      = 0;
     105    _speed      = settings.value("PPP/mapSpeedSlider").toInt();
    104106    connect(this, SIGNAL(progressRnxPPP(int)), BNC_CORE, SIGNAL(progressRnxPPP(int)));
    105107    connect(this, SIGNAL(finishedRnxPPP()),    BNC_CORE, SIGNAL(finishedRnxPPP()));
     
    223225    _pppClient->processEpoch(satObs, &output);
    224226
    225     if (!output._error && _opt->xyzAprRoverSet()) {
     227    if (!output._error) {
    226228      QVector<double> xx(6);
    227229      xx.data()[0] = output._xyzRover[0];
Note: See TracChangeset for help on using the changeset viewer.