Changeset 5950 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Aug 16, 2014, 2:27:15 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/PPP
Files:
2 edited

Legend:

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

    r5949 r5950  
    105105    connect(this, SIGNAL(progressRnxPPP(int)), BNC_CORE, SIGNAL(progressRnxPPP(int)));
    106106    connect(this, SIGNAL(finishedRnxPPP()),    BNC_CORE, SIGNAL(finishedRnxPPP()));
     107    connect(BNC_CORE, SIGNAL(mapSpeedSliderChanged(int)),   
     108            this, SLOT(slotSetSpeed(int)));
    107109  }
    108110}
     
    419421      emit progressRnxPPP(nEpo);
    420422    }
     423 
     424    QCoreApplication::processEvents();
    421425  }
    422426
  • trunk/BNC/src/PPP/pppWidgets.cpp

    r5895 r5950  
    4444#include "qtfilechooser.h"
    4545#include "bncsettings.h"
     46#include "bnccore.h"
    4647
    4748using namespace std;
     
    119120  _mapSpeedSlider->setTickPosition(QSlider::TicksBelow);
    120121  _mapSpeedSlider->setTickInterval(10);
    121  
     122  connect(_mapSpeedSlider, SIGNAL(valueChanged(int)), BNC_CORE, SIGNAL(mapSpeedSliderChanged(int)));
     123
     124
    122125  _mapWinButton->setWhatsThis(tr("<p>You make like to track your rover position using Google Maps or Open Street Map as a background map. Track plots can be produced with BNC in 'Realtime-PPP', 'Realtime-SPP' and 'Post-Processing' mode.</p><p>The 'Open Map' button opens a windows showing a map according to specified options.</p><p>When in 'Post-Processing' mode you should not forget to specify a proxy under the 'Network' tab if that is operated in front of BNC."));
    123126  _gmRadioButton->setWhatsThis(tr("<p>Specify Google Maps as the background for your rover positions."));
Note: See TracChangeset for help on using the changeset viewer.