Changeset 2188 in ntrip


Ignore:
Timestamp:
Jan 4, 2010, 4:53:09 PM (14 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r2187 r2188  
    10061006<p><a name="pppnmeaport"><h4>3.11.3 NMEA port - optional</h4></p>
    10071007<p>
    1008 BNC also outputs all NMEA messages through an IP port. Specify an IP port number to activate this IP server function.
     1008Specify 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.
    10091009</p>
    10101010
     
    13941394<tr>
    13951395<td>Jan 2010 &nbsp;</td><td>Version 2.0 &nbsp;</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>
    13981397</tr>
    13991398
  • trunk/BNC/bncsettings.cpp

    r2165 r2188  
    8585    setValue("pppRefCrdZ",       "");
    8686    setValue("nmeaFile",         "");
     87    setValue("nmeaPort",         "");
    8788    sync();
    8889  }
  • trunk/BNC/bncwindow.cpp

    r2185 r2188  
    437437  _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>"));
    438438  _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>"));
    439440  _pppRefCrdXLineEdit->setWhatsThis(tr("<p>You may enter reference coordinates of the receiver position if known.</p>"));
    440441  _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.