Changeset 1603 in ntrip
- Timestamp:
- Feb 17, 2009, 8:31:47 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r1594 r1603 118 118 3.9.5. <a href=#serdata>Data Bits</a><br> 119 119 3.9.6. <a href=#serstop>Stop Bits</a><br> 120 3.9.7. <a href=#serauto>NMEA</a><br> 121 3.9.8. <a href=#serheight>Height</a><br> 120 3.9.7. <a href=#serauto>VRS/NMEA</a><br> 121 3.9.8. <a href=#serfile>File</a><br> 122 3.9.9. <a href=#serheight>Height</a><br> 122 123 3.10. <a href=#advnote>Outages</a><br> 123 124 3.10.1. <a href=#obsrate>Observation Rate</a><br> … … 591 592 </p> 592 593 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> 594 597 <p> 595 598 Select 'Auto' to automatically forward all NMEA-GGA messages (or any other message) coming from your serial connected device to the NTRIP brodacaster.</p> … … 601 604 </p> 602 605 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> 613 Specify an approximate 'Height' above mean sea level in meter for your VRS to simulate an inital NMEA GGA message. 606 614 </p> 607 615 <p> -
trunk/BNC/bncwindow.cpp
r1602 r1603 351 351 _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>")); 352 352 _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>")); 354 354 _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>")); 355 355 … … 613 613 serLayout->addWidget(new QLabel(" Stop bits "), 3,2, Qt::AlignRight); 614 614 serLayout->addWidget(_serialStopBitsComboBox, 3,3); 615 serLayout->addWidget(new QLabel(" NMEA"),4,0);615 serLayout->addWidget(new QLabel("VRS/NMEA"), 4,0); 616 616 serLayout->addWidget(_serialAutoNMEAComboBox, 4,1); 617 617 serLayout->addWidget(new QLabel("File (full path)"), 4,2, Qt::AlignRight);
Note:
See TracChangeset
for help on using the changeset viewer.