Changeset 1605 in ntrip


Ignore:
Timestamp:
Feb 18, 2009, 10:03:21 AM (15 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r1603 r1605  
    592592</p>
    593593
    594 <p><a name="serauto"><h4>3.9.7 VRS/NMEA - optional</h4></p>
    595 <p>Concerning 'Virtual Reference Stations' (VRS) only:
    596 </p>
    597 <p>
    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>
    599 <p>
    600 This option replaces BNC's 'Manual' simulation of an initial NMEA-GGA message based on the approximate (editable) latitude/longitude from the broadcaster's source-table and a default height of 100 meters. Note that sending valid NMEA-GGA strings (simulated or coming from your serial connected device) to the NTRIP broadcaster is required for receiving virtual reference station (VRS) streams.
    601 </p>
    602 <p>
    603 The setting of this option is ignored in case of streams coming from physical reference stations.
    604 </p>
    605 
    606 <p><a name="serfile"><h4>3.9.8 File - optional if 'Auto' NMEA is set</h4></p>
     594<p><a name="serauto"><h4>3.9.7 VRS/NMEA - mandatory for VRS streams</h4></p>
     595<p>This option concerns only 'Virtual Reference Stations' (VRS). Its setting is ignored in case of streams coming from physical reference stations.
     596</p>
     597<p>
     598Select 'Auto' to automatically forward all NMEA-GGA messages (or any other message) coming from your serial connected device to the NTRIP broadcaster.</p>
     599<p>
     600The alternative is a 'Manual' simulation of an initial NMEA-GGA message based on the approximate (editable) latitude/longitude from the broadcaster's source-table and a default height of 100 meters.
     601</p>
     602<p>
     603Note that sending valid NMEA-GGA strings (simulated or coming from your serial connected device) to the NTRIP broadcaster is required for receiving VRS streams.
     604</p>
     605
     606<p><a name="serfile"><h4>3.9.8 File - optional if 'Auto' VRS/NMEA is set</h4></p>
    607607<p>Specify the full path to a file where NMEA messages coming from your serial connected device are saved.
    608608</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.
    614 </p>
    615 <p>
    616 The setting of this option is ignored in case of streams coming from physical reference stations.
     609<p><a name="serheight"><h4>3.9.9 Height - mandatory if 'Manual' VRS/NMEA is set</h4></p>
     610<p>
     611Specify an approximate 'Height' above mean sea level in meter for your VRS to simulate an inital NMEA-GGA message. Latitude and longitude for that (editable) are taken from the broadcaster's source-table.
    617612</p>
    618613
     
    10481043<li>chunked transfer encoding;</li>
    10491044<li>improvements in header records;</li>
    1050 <li>sourcetable filtering; and</li>
     1045<li>source-table filtering; and</li>
    10511046<li>RTSP communication.</li>
    10521047</ul>
  • trunk/BNC/bncwindow.cpp

    r1604 r1605  
    350350  _serialDataBitsComboBox->setWhatsThis(tr("<p>Select the number of 'Data bits' for the serial link.</p><p>Note that your selection must equal the number of data bits configured to the serial connected device. Note further that often 8 data bits are used.</p>"));
    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>"));
    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>The alternative would be a '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>"));
     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>The alternative is a '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>"));
    353353  _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>"));
Note: See TracChangeset for help on using the changeset viewer.