Changeset 2973 in ntrip


Ignore:
Timestamp:
Feb 6, 2011, 3:04:21 PM (13 years ago)
Author:
weber
Message:

PPP Corrections Mountpoint introduced

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2969 r2973  
    489489  _serialFileNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where NMEA messages coming from your serial connected receiver are saved.</p>"));
    490490  _serialHeightNMEALineEdit->setWhatsThis(tr("<p>Specify an approximate 'Height' above mean sea level in meter for your VRS to simulate an inital NMEA-GGA message.</p><p>The setting of this option is ignored in case of streams coming from physical reference stations.</p>"));
    491   _pppMountLineEdit->setWhatsThis(tr("<p>Specify an observations mountpoint from the selected 'Streams' list below if you want BNC to estimate coordinates for the affected receiver position through a PPP solution. Example: 'FFMJ1'</p><p>Note that PPP in BNC requires to also pull a stream carrying RTCM Version 3 satellite orbit and clock corrections to Broadcast Ephemeris referring to the satellites' Antenna Phase Centers (APC). Stream CLK11 on NTRIP broadcaster products.igs-ip.net is an example.</p><p>Pulling in addition a third stream carrying Broadcast Ephemeris messages in high repetition rate is suggested if such messages are comeing from the receiver in low repetition rate or don't come at all from there.</p>"));
    492   _pppCorrMountLineEdit->setWhatsThis(tr("<p>Specify an orbit/clock corrections mountpoint from the selected 'Streams' list below if you want BNC to correct your positioning solution accordingly. Example: 'CLK10'</p>"));
     491  _pppMountLineEdit->setWhatsThis(tr("<p>Specify an observations mountpoint from the 'Streams' list compiled below if you want BNC to estimate coordinates for the affected receiver position through a PPP solution. Example: 'FFMJ1'</p><p>Note that PPP in BNC requires to also pull a stream carrying RTCM Version 3 satellite orbit and clock corrections to Broadcast Ephemeris referring to the satellites' Antenna Phase Centers (APC). Stream CLK11 on NTRIP broadcaster products.igs-ip.net is an example.</p><p>Pulling in addition a third stream carrying Broadcast Ephemeris messages in high repetition rate is suggested if such messages are comeing from the receiver in low repetition rate or don't come at all from there.</p>"));
     492  _pppCorrMountLineEdit->setWhatsThis(tr("<p>Specify an orbit/clock corrections mountpoint from the 'Streams' list compiled below if you want BNC to correct your positioning solution accordingly. Example: 'CLK10'</p>"));
    493493  _pppSPPComboBox->setWhatsThis(tr("<p>Choose between plain Single Point Positioning (SPP) and Precise Point Positioning (PPP).</p>"));
    494494  _pppUsePhaseCheckBox->setWhatsThis(tr("<p>By default BNC applies a PPP solution using an ionosphere free P3 linear combination of code observations.</p><p>Tick 'Use phase obs' for an ionosphere free L3 linear combination of phase observations.</p>"));
     
    18041804     || sender() == _pppAntexLineEdit ) {
    18051805    if (!_pppMountLineEdit->text().isEmpty() &&
    1806         !_pppCorrMountLineEdit->text().isEmpty()) {
     1806        !_pppCorrMountLineEdit->text().isEmpty() ||
     1807        !_pppMountLineEdit->text().isEmpty() &&
     1808        _pppSPPComboBox->currentText() == "SPP") {
    18071809      _pppSPPComboBox->setPalette(palette_white);
    18081810      _pppNMEALineEdit->setPalette(palette_white);
Note: See TracChangeset for help on using the changeset viewer.