Changeset 2093 in ntrip
- Timestamp:
- Dec 6, 2009, 11:04:25 PM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r2092 r2093 940 940 <p><a name="pppmount"><h4>3.11.1 Mountpoint - optional</h4></p> 941 941 <p> 942 Specify a mountpoint if you want BNC to derive coordinates for the affected r eceiver position through a PPP solution.942 Specify a mountpoint if you want BNC to derive coordinates for the affected rover position through a PPP solution. 943 943 </p> 944 944 -
trunk/BNC/bncwindow.cpp
r2090 r2093 385 385 _serialFileNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where NMEA messages coming from your serial connected receiver are saved.</p>")); 386 386 _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>")); 387 _pppMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint if you want BNC to derive coordinates for the affected receiver position through a PPP solution.</p> "));388 _pppStaticCheckBox->setWhatsThis(tr("<p>By default BNC considers the rover positionas mobile.</p><p>Tick 'Static' to consider a static observation sitatuion and adapt appropriate filter characteristics for that.</p>"));387 _pppMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint if you want BNC to derive coordinates for the affected receiver position through a PPP solution.</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. Pulling in addition a stream carrying Broadcast Ephemeris messages in short repetition rates is suggested.</p>")); 388 _pppStaticCheckBox->setWhatsThis(tr("<p>By default BNC considers the rover receiver as mobile.</p><p>Tick 'Static' to consider a static observation sitatuion and adapt appropriate filter characteristics for that.</p>")); 389 389 _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>")); 390 390 _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>"));
Note:
See TracChangeset
for help on using the changeset viewer.