Changeset 2137 in ntrip
- Timestamp:
- Dec 30, 2009, 1:16:43 AM (15 years ago)
- 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"> 1 2 Developed under GNU General Public License for 'Networked Transport of RTCM via Internet Protocol' (NTRIP) to receive GNSS streaming data over the Internet.<br> 2 3 <u>http://igs.bkg.bund.de/index_ntrip.htm</u><br> … … 21 22 The 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> 22 23 <br> 23 BKG, Frankfurt, Germany, December 2009<br>24 BKG, Frankfurt, Germany, January 2010<br> 24 25 E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br> 25 26 </p> -
trunk/BNC/bnchelp.html
r2121 r2137 141 141 3.11. <a href=#pppclient>PPP Client</a><br> 142 142 3.11.1 <a href=#pppmount>Mountpoint</a><br> 143 3.11.2 <a href=#pppstatic>Static</a><br> 144 3.11.3 <a href=#pppphase>Use Phase Obs</a><br> 145 3.11.4 <a href=#ppptropo>Estimate Tropo</a><br> 143 3.11.2 <a href=#pppopt>Options</a><br> 144 3.11.2.1 <a href=#pppstatic>Static</a><br> 145 3.11.2.2 <a href=#pppphase>Use Phase Obs</a><br> 146 3.11.2.3 <a href=#ppptropo>Estimate Tropo</a><br> 147 3.11.2.4 <a href=#pppglo>Use GLONASS</a><br> 148 3.11.3 <a href=#pppnmea>NMEA file</a><br> 146 149 3.12. <a href=#streams>Streams</a><br> 147 150 3.12.1 <a href=#streamedit>Edit Streams</a><br> … … 960 963 </p> 961 964 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> 966 BNC 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> 971 By 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> 968 975 <p> 969 976 By 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. 970 977 </p> 971 978 972 <p><a name="ppptropo"><h4>3.11. 4Estimate Tropo - optional</h4></p>979 <p><a name="ppptropo"><h4>3.11.2.3 Estimate Tropo - optional</h4></p> 973 980 <p> 974 981 By 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> 986 By 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> 991 Specify 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. 975 992 </p> 976 993 … … 1354 1371 1355 1372 <tr> 1356 <td> Dec 2009 </td><td>Version 2.0 </td>1373 <td>Jan 2010 </td><td>Version 2.0 </td> 1357 1374 <td>[Add] Real-time PPP option</td> 1358 1375 </tr> … … 1608 1625 <tr><td>statusTab=0</td><td>Internal memory: Bottom tab index</td></tr> 1609 1626 <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> 1610 1633 </table> 1611 1634 </p> -
trunk/BNC/bncsettings.cpp
r2097 r2137 76 76 setValue("statusTab", "0"); 77 77 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", ""); 82 84 83 85 sync(); -
trunk/BNC/bncwindow.cpp
r2135 r2137 345 345 _pppEstTropoCheckBox->setCheckState(Qt::CheckState( 346 346 settings.value("pppEstTropo").toInt())); 347 _pppGLONASSCheckBox = new QCheckBox(); 348 _pppGLONASSCheckBox->setCheckState(Qt::CheckState( 349 settings.value("pppGLONASS").toInt())); 347 350 348 351 connect(_pppMountLineEdit, SIGNAL(textChanged(const QString &)), … … 426 429 _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>")); 427 430 _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>")); 428 432 _pppNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where PPP results are saved as NMEA messages.</p>")); 429 433 … … 667 671 pppLayout->addWidget(_pppEstTropoCheckBox, 1, 5); 668 672 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); 669 675 pppLayout->addWidget(new QLabel("NMEA file (full path)"), 2, 0); 670 676 pppLayout->addWidget(_pppNMEALineEdit, 2, 1, 1, 6); 671 pppLayout->addWidget(new QLabel(" Coordinates fromPrecise Point Positioning (PPP)."),3, 0,1,30);677 pppLayout->addWidget(new QLabel("Precise Point Positioning (PPP) coordinates."),3, 0,1,30); 672 678 pppLayout->addWidget(new QLabel(" "), 4, 0); 673 679 pppLayout->addWidget(new QLabel(" "), 5, 0); … … 985 991 settings.setValue("pppUsePhase", _pppUsePhaseCheckBox->checkState()); 986 992 settings.setValue("pppEstTropo", _pppEstTropoCheckBox->checkState()); 993 settings.setValue("pppGLONASS", _pppGLONASSCheckBox->checkState()); 987 994 settings.setValue("mountPoints", mountPoints); 988 995 settings.setValue("obsRate", _obsRateComboBox->currentText()); … … 1512 1519 _pppUsePhaseCheckBox->setPalette(palette_white); 1513 1520 _pppEstTropoCheckBox->setPalette(palette_white); 1521 _pppGLONASSCheckBox->setPalette(palette_white); 1514 1522 _pppNMEALineEdit->setEnabled(true); 1515 1523 _pppStaticCheckBox->setEnabled(true); 1516 1524 _pppUsePhaseCheckBox->setEnabled(true); 1517 1525 _pppEstTropoCheckBox->setEnabled(true); 1526 _pppGLONASSCheckBox->setEnabled(true); 1518 1527 } else { 1519 1528 _pppNMEALineEdit->setPalette(palette_gray); … … 1521 1530 _pppUsePhaseCheckBox->setPalette(palette_gray); 1522 1531 _pppEstTropoCheckBox->setPalette(palette_gray); 1532 _pppGLONASSCheckBox->setPalette(palette_gray); 1523 1533 _pppNMEALineEdit->setEnabled(false); 1524 1534 _pppStaticCheckBox->setEnabled(false); 1525 1535 _pppUsePhaseCheckBox->setEnabled(false); 1526 1536 _pppEstTropoCheckBox->setEnabled(false); 1527 } 1528 } 1529 } 1537 _pppGLONASSCheckBox->setEnabled(false); 1538 } 1539 } 1540 } -
trunk/BNC/bncwindow.h
r2128 r2137 117 117 QCheckBox* _pppUsePhaseCheckBox; 118 118 QCheckBox* _pppEstTropoCheckBox; 119 QCheckBox* _pppGLONASSCheckBox; 119 120 QCheckBox* _rnxV3CheckBox; 120 121 QCheckBox* _ephV3CheckBox;
Note:
See TracChangeset
for help on using the changeset viewer.