Changeset 1603 in ntrip


Ignore:
Timestamp:
Feb 17, 2009, 8:31:47 PM (15 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r1594 r1603  
    118118&nbsp; &nbsp; &nbsp; 3.9.5. <a href=#serdata>Data Bits</a><br>
    119119&nbsp; &nbsp; &nbsp; 3.9.6. <a href=#serstop>Stop Bits</a><br>
    120 &nbsp; &nbsp; &nbsp; 3.9.7. <a href=#serauto>NMEA</a><br>
    121 &nbsp; &nbsp; &nbsp; 3.9.8. <a href=#serheight>Height</a><br>
     120&nbsp; &nbsp; &nbsp; 3.9.7. <a href=#serauto>VRS/NMEA</a><br>
     121&nbsp; &nbsp; &nbsp; 3.9.8. <a href=#serfile>File</a><br>
     122&nbsp; &nbsp; &nbsp; 3.9.9. <a href=#serheight>Height</a><br>
    1221233.10. <a href=#advnote>Outages</a><br>
    123124&nbsp; &nbsp; &nbsp; 3.10.1. <a href=#obsrate>Observation Rate</a><br>
     
    591592</p>
    592593
    593 <p><a name="serauto"><h4>3.9.7 NMEA - optional</h4></p>
     594<p><a name="serauto"><h4>3.9.7 VRS/NMEA - optional</h4></p>
     595<p>Concerning 'Virtual Reference Stations' (VRS) only:
     596</p>
    594597<p>
    595598Select 'Auto' to automatically forward all NMEA-GGA messages (or any other message) coming from your serial connected device to the NTRIP brodacaster.</p>
     
    601604</p>
    602605
    603 <p><a name="serheight"><h4>3.9.8 Height - mandatory if 'Manual' NMEA is set</h4></p>
    604 <p>
    605 Concerning 'Virtual Reference Stations' (VRS):<p></p>Specify an approximate 'Height' in meter for your VRS to simulate an inital NMEA GGA message.
     606<p><a name="serfile"><h4>3.9.8 File - optional if 'Auto' NMEA is set</h4></p>
     607<p>Specify the full path to a file where NMEA messages coming from your serial connected device are saved.
     608</p>
     609<p>The setting of this option is ignored in case of streams coming from physical reference stations.
     610</p>
     611<p><a name="serheight"><h4>3.9.9 Height - mandatory if 'Manual' NMEA is set</h4></p>
     612<p>
     613Specify an approximate 'Height' above mean sea level in meter for your VRS to simulate an inital NMEA GGA message.
    606614</p>
    607615<p>
  • trunk/BNC/bncwindow.cpp

    r1602 r1603  
    351351  _serialStopBitsComboBox->setWhatsThis(tr("<p>Select the number of 'Stop bits' for the serial link.</p><p>Note that your selection must equal the number of stop bits configured to the serial connected device. Note further that often 1 stop bit is used.</p>"));
    352352  _serialAutoNMEAComboBox->setWhatsThis(tr("<p>Concerning virtual reference stations (VRS):<p></p>Select 'Auto' to automatically forward NMEA GGA messages coming from your serial connected device to the NTRIP broadcaster.</p><p>Note that this replaces the 'Manual' simulation of an initial NMEA GGA message based on the approximate (editable) VRS latitude/longitude from the broadcaster's sourcetable and an approximate VRS height to be specified.</p><p>The setting of this option is ignored in case of streams coming from physical reference stations.</p>"));
    353   _serialFileNMEALineEdit->setWhatsThis(tr("<p>Save NMEA messages coming from your serial connected device in a file.</p>"));
     353  _serialFileNMEALineEdit->setWhatsThis(tr("<p>Concerning virtual reference stations (VRS):</p><p>Specify the full path to a file where NMEA messages coming from your serial connected device are saved.</p><p>The setting of this option is ignored in case of streams coming from physical reference stations.</p>"));
    354354  _serialHeightNMEALineEdit->setWhatsThis(tr("<p>Concerning virtual reference stations (VRS):<p></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>"));
    355355
     
    613613  serLayout->addWidget(new QLabel("               Stop bits  "),  3,2, Qt::AlignRight);
    614614  serLayout->addWidget(_serialStopBitsComboBox,                   3,3);
    615   serLayout->addWidget(new QLabel("NMEA"),                        4,0);
     615  serLayout->addWidget(new QLabel("VRS/NMEA"),                    4,0);
    616616  serLayout->addWidget(_serialAutoNMEAComboBox,                   4,1);
    617617  serLayout->addWidget(new QLabel("File (full path)"),            4,2, Qt::AlignRight);
Note: See TracChangeset for help on using the changeset viewer.