Changeset 2137 in ntrip


Ignore:
Timestamp:
Dec 30, 2009, 1:16:43 AM (14 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncabout.html

    r2056 r2137  
     1<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    12Developed under GNU General Public License for 'Networked Transport of RTCM via Internet Protocol' (NTRIP) to receive GNSS streaming data over the Internet.<br>
    23<u>http://igs.bkg.bund.de/index_ntrip.htm</u><br>
     
    2122The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br>
    2223<br>
    23 BKG, Frankfurt, Germany, December 2009<br>
     24BKG, Frankfurt, Germany, January 2010<br>
    2425E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br>
    2526</p>
  • trunk/BNC/bnchelp.html

    r2121 r2137  
    1411413.11. <a href=#pppclient>PPP Client</a><br>
    142142&nbsp; &nbsp; &nbsp; 3.11.1 <a href=#pppmount>Mountpoint</a><br>
    143 &nbsp; &nbsp; &nbsp; 3.11.2 <a href=#pppstatic>Static</a><br>
    144 &nbsp; &nbsp; &nbsp; 3.11.3 <a href=#pppphase>Use Phase Obs</a><br>
    145 &nbsp; &nbsp; &nbsp; 3.11.4 <a href=#ppptropo>Estimate Tropo</a><br>
     143&nbsp; &nbsp; &nbsp; 3.11.2 <a href=#pppopt>Options</a><br>
     144&nbsp; &nbsp; &nbsp; 3.11.2.1 <a href=#pppstatic>Static</a><br>
     145&nbsp; &nbsp; &nbsp; 3.11.2.2 <a href=#pppphase>Use Phase Obs</a><br>
     146&nbsp; &nbsp; &nbsp; 3.11.2.3 <a href=#ppptropo>Estimate Tropo</a><br>
     147&nbsp; &nbsp; &nbsp; 3.11.2.4 <a href=#pppglo>Use GLONASS</a><br>
     148&nbsp; &nbsp; &nbsp; 3.11.3 <a href=#pppnmea>NMEA file</a><br>
    1461493.12. <a href=#streams>Streams</a><br>
    147150&nbsp; &nbsp; &nbsp; 3.12.1 <a href=#streamedit>Edit Streams</a><br>
     
    960963</p>
    961964
    962 <p><a name="pppstatic"><h4>3.11.2 Static - optional</h4></p>
    963 <p>
    964 By default BNC considers the rover position as mobile. Tick 'Static' to consider a static observation sitatuion and adapt appropriate filter characteristics for that.
    965 </p>
    966 
    967 <p><a name="pppphase"><h4>3.11.3 Use Phase Obs - optional</h4></p>
     965<p><a name="pppopt"><h4>3.11.2 Options - optional</h4></p>
     966BNC allows to use different PPP processing options.
     967</p>
     968
     969<p><a name="pppstatic"><h4>3.11.2.1 Static - optional</h4></p>
     970<p>
     971By default BNC considers the rover position as mobile. Tick 'Static' in a static observation situation to adapt appropriate filter characteristics for that.
     972</p>
     973
     974<p><a name="pppphase"><h4>3.11.2.2 Use Phase Obs - optional</h4></p>
    968975<p>
    969976By default BNC applies a PPP solution using an ionosphere free P3 linear combination of code observations. Tick 'Use phase obs' for an ionosphere free L3 linear combination of phase observations.
    970977</p>
    971978
    972 <p><a name="ppptropo"><h4>3.11.4 Estimate Tropo - optional</h4></p>
     979<p><a name="ppptropo"><h4>3.11.2.3 Estimate Tropo - optional</h4></p>
    973980<p>
    974981By default BNC does not introduce troposphere parameters when estimating coordinates. Tick 'Estimate tropo' to introduce troposphere parameters when estimating coordinates.
     982</p>
     983
     984<p><a name="pppglo"><h4>3.11.2.4 Use GLONASS - optional</h4></p>
     985<p>
     986By default BNC does not process GLONASS observations in PPP mode. Tick 'Use GLONASS' to use GPS and GLONASS observations for estimating coordinates in Precise Point Positioning mode.
     987</p>
     988
     989<p><a name="pppnmea"><h4>3.11.3 NMEA file - optional</h4></p>
     990<p>
     991Specify the full path to a file where Precise Point Positioning results are saved as NMEA GPGGA messages. The generated NMEA file will begin with a GPRMC message which carries only the date information.
    975992</p>
    976993
     
    13541371
    13551372<tr>
    1356 <td>Dec 2009 &nbsp;</td><td>Version 2.0 &nbsp;</td>
     1373<td>Jan 2010 &nbsp;</td><td>Version 2.0 &nbsp;</td>
    13571374<td>[Add] Real-time PPP option</td>
    13581375</tr>
     
    16081625<tr><td>statusTab=0</td><td>Internal memory: Bottom tab index</td></tr>
    16091626<tr><td>waitTime=5</td><td>Feed Engine: Wait for full epoch</td></tr>
     1627<tr><td>pppMount=</td><td>PPP Client: Mountpoint</td></tr>
     1628<tr><td>pppStatic=0</td><td>PPP Client: Static mode</td></tr>
     1629<tr><td>pppUsePhase=0</td><td>PPP Client: Use phase data </td></tr>
     1630<tr><td>pppEstTropo=0</td><td>PPP Client: Estimate troposphere</td></tr>
     1631<tr><td>pppGLONASS=0</td><td>PPP Client: Use GLONASS</td></tr>
     1632<tr><td>nmeaFile=</td><td>PPP Client: NMEA file</td></tr>
    16101633</table>
    16111634</p>
  • trunk/BNC/bncsettings.cpp

    r2097 r2137  
    7676    setValue("statusTab",        "0");
    7777    setValue("waitTime",         "5");
    78     setValue("pppMount=",         "");
    79     setValue("pppStatic=",        "");
    80     setValue("pppUsePhase=",      "");
    81     setValue("pppEstTropo=",      "");
     78    setValue("pppMount",         "");
     79    setValue("pppStatic",        "");
     80    setValue("pppUsePhase",      "");
     81    setValue("pppEstTropo",      "");
     82    setValue("pppGLONASS",       "");
     83    setValue("nmeaFile",         "");
    8284
    8385    sync();
  • trunk/BNC/bncwindow.cpp

    r2135 r2137  
    345345  _pppEstTropoCheckBox->setCheckState(Qt::CheckState(
    346346                                      settings.value("pppEstTropo").toInt()));
     347  _pppGLONASSCheckBox = new QCheckBox();
     348  _pppGLONASSCheckBox->setCheckState(Qt::CheckState(
     349                                    settings.value("pppGLONASS").toInt()));
    347350
    348351  connect(_pppMountLineEdit, SIGNAL(textChanged(const QString &)),
     
    426429  _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>"));
    427430  _pppEstTropoCheckBox->setWhatsThis(tr("<p>By default BNC does not introduce troposphere parameters when estimating coordinates.</p><p>Tick 'Estimate tropo' to introduce troposphere parameters when estimating coordinates.</p>"));
     431  _pppGLONASSCheckBox->setWhatsThis(tr("<p>By default BNC does not use GLONAS observations in PPP mode.</p><p>Tick 'Use GLONASS' to process GPS and GLONASS observations in PPP mode.</p>"));
    428432  _pppNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where PPP results are saved as NMEA messages.</p>"));
    429433
     
    667671  pppLayout->addWidget(_pppEstTropoCheckBox,                 1, 5);
    668672  pppLayout->addWidget(new QLabel("Estimate tropo        "), 1, 6, 1, 1, Qt::AlignLeft);
     673  pppLayout->addWidget(_pppGLONASSCheckBox,                  1, 7);
     674  pppLayout->addWidget(new QLabel("Use GLONASS           "), 1, 8, 1, 1, Qt::AlignLeft);
    669675  pppLayout->addWidget(new QLabel("NMEA file (full path)"),  2, 0);
    670676  pppLayout->addWidget(_pppNMEALineEdit,                     2, 1, 1, 6);
    671   pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),3, 0,1,30);
     677  pppLayout->addWidget(new QLabel("Precise Point Positioning (PPP) coordinates."),3, 0,1,30);
    672678  pppLayout->addWidget(new QLabel("    "),                4, 0);
    673679  pppLayout->addWidget(new QLabel("    "),                5, 0);
     
    985991  settings.setValue("pppUsePhase", _pppUsePhaseCheckBox->checkState());
    986992  settings.setValue("pppEstTropo", _pppEstTropoCheckBox->checkState());
     993  settings.setValue("pppGLONASS",  _pppGLONASSCheckBox->checkState());
    987994  settings.setValue("mountPoints", mountPoints);
    988995  settings.setValue("obsRate",     _obsRateComboBox->currentText());
     
    15121519      _pppUsePhaseCheckBox->setPalette(palette_white);
    15131520      _pppEstTropoCheckBox->setPalette(palette_white);
     1521      _pppGLONASSCheckBox->setPalette(palette_white);
    15141522      _pppNMEALineEdit->setEnabled(true);
    15151523      _pppStaticCheckBox->setEnabled(true);
    15161524      _pppUsePhaseCheckBox->setEnabled(true);
    15171525      _pppEstTropoCheckBox->setEnabled(true);
     1526      _pppGLONASSCheckBox->setEnabled(true);
    15181527    } else {
    15191528      _pppNMEALineEdit->setPalette(palette_gray);
     
    15211530      _pppUsePhaseCheckBox->setPalette(palette_gray);
    15221531      _pppEstTropoCheckBox->setPalette(palette_gray);
     1532      _pppGLONASSCheckBox->setPalette(palette_gray);
    15231533      _pppNMEALineEdit->setEnabled(false);
    15241534      _pppStaticCheckBox->setEnabled(false);
    15251535      _pppUsePhaseCheckBox->setEnabled(false);
    15261536      _pppEstTropoCheckBox->setEnabled(false);
    1527     }
    1528   }
    1529 }
     1537      _pppGLONASSCheckBox->setEnabled(false);
     1538    }
     1539  }
     1540}
  • trunk/BNC/bncwindow.h

    r2128 r2137  
    117117    QCheckBox* _pppUsePhaseCheckBox;
    118118    QCheckBox* _pppEstTropoCheckBox;
     119    QCheckBox* _pppGLONASSCheckBox;
    119120    QCheckBox* _rnxV3CheckBox;
    120121    QCheckBox* _ephV3CheckBox;
Note: See TracChangeset for help on using the changeset viewer.