Changeset 2188 in ntrip
- Timestamp:
- Jan 4, 2010, 4:53:09 PM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r2187 r2188 1006 1006 <p><a name="pppnmeaport"><h4>3.11.3 NMEA port - optional</h4></p> 1007 1007 <p> 1008 BNC also outputs all NMEA messages through an IP port.Specify an IP port numberto activate this IP server function.1008 Specify an IP port number for a local port where Precise Point Positioning results become available as NMEA messages. The NMEA file output and the NMEA IP port output are the same. 1009 1009 </p> 1010 1010 … … 1394 1394 <tr> 1395 1395 <td>Jan 2010 </td><td>Version 2.0 </td> 1396 <td>[Mod] Change sign of Broadcast Ephemeris correctors</td> 1397 <td>[Add] Real-time PPP options</td> 1396 <td>[Mod] Change sign of Broadcast Ephemeris correctors<br> [Add] Real-time PPP options</td> 1398 1397 </tr> 1399 1398 -
trunk/BNC/bncsettings.cpp
r2165 r2188 85 85 setValue("pppRefCrdZ", ""); 86 86 setValue("nmeaFile", ""); 87 setValue("nmeaPort", ""); 87 88 sync(); 88 89 } -
trunk/BNC/bncwindow.cpp
r2185 r2188 437 437 _pppGLONASSCheckBox->setWhatsThis(tr("<p>By default BNC does not use GLONASS observations in PPP mode.</p><p>Tick 'Use GLONASS' for a combined processing of both, GPS and GLONASS observations in PPP mode.</p>")); 438 438 _pppNMEALineEdit->setWhatsThis(tr("<p>Specify the full path to a file where PPP results are saved as NMEA messages.</p>")); 439 _pppNMEAPortLineEdit->setWhatsThis(tr("<p>Specify an IP port number to output PPP results as NMEA messages through an IP port.</p>")); 439 440 _pppRefCrdXLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known.</p>")); 440 441 _pppRefCrdYLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known.</p>"));
Note:
See TracChangeset
for help on using the changeset viewer.