Changeset 741 in ntrip


Ignore:
Timestamp:
Mar 20, 2008, 9:07:11 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnchelp.html

    r740 r741  
    7777&nbsp; &nbsp; &nbsp; 3.6.4. <a href=#ephvers>Version</a><br>
    78783.7. <a href=#syncout>Synchronized Observations</a><br>
    79 &nbsp; &nbsp; &nbsp; 3.7.1. <a href=#syncport>Output Port</a><br>
     79&nbsp; &nbsp; &nbsp; 3.7.1. <a href=#syncport>Port</a><br>
    8080&nbsp; &nbsp; &nbsp; 3.7.2. <a href=#syncwait>Wait for Full Epoch</a><br>
    81 &nbsp; &nbsp; &nbsp; 3.7.3. <a href=#syncfile>Output File</a><br>
     81&nbsp; &nbsp; &nbsp; 3.7.3. <a href=#syncfile>File</a><br>
     82&nbsp; &nbsp; &nbsp; 3.7.4. <a href=#syncsample>Sampling</a><br>
    82833.8. <a href=#advnote>Monitor</a><br>
    8384&nbsp; &nbsp; &nbsp; 3.8.1. <a href=#obsrate>Observation Rate</a><br>
     
    313314</p>
    314315
    315 <p><a name="syncport"><h4>3.7.1 Output Port - optional</h4></p>
    316 <p>
    317 BNC can produce synchronized observations in binary format on your local host (IP 127.0.0.1) through an IP port. Specify an IP port number here to activate this function. The default is an empty option field, meaning that no binary output is generated.</p>
     316<p><a name="syncport"><h4>3.7.1 Port - optional</h4></p>
     317<p>
     318BNC can produce synchronized observations in binary format on your local host (IP 127.0.0.1) through an IP 'Port'. Specify an IP port number here to activate this function. The default is an empty option field, meaning that no binary output is generated.</p>
    318319<p>The binary output is a continuous stream in the following order:</p>
    319320<pre>
     
    356357</pre>
    357358<p>
    358 The source code for BNC comes with an example program called 'test_bnc_qt.cpp' that allows you to read BNC's binary observation output from the IP port (hard-coded to 1968) and saves the observations in file 'obs.txt'.
    359 </p>
    360 
    361 <p><a name="syncwait"><h4>3.7.2 Wait for Full Epoch - optional</h4></p>
     359The source code for BNC comes with an example program called 'test_bnc_qt.cpp' that allows you to read BNC's binary observation output from the IP port (hard-coded to 1968) and save the observations in file 'obs.txt'.
     360</p>
     361
     362<p><a name="syncwait"><h4>3.7.2 Wait for Full Epoch - mandatory if 'File' or 'Port' is set</h4></p>
    362363<p>
    363364When feeding a real-time GNSS engine waiting for input epoch by epoch, BNC drops whatever is received later than 'Wait for full epoch' seconds. A value of 3 to 5 seconds could be an appropriate choice for that, depending on the latency of the incoming streams and the delay acceptable for your real-time GNSS product. Default value for 'Wait for full epoch' is 5 seconds.
     
    367368</p>
    368369
    369 <p><a name="syncfile"><h4>3.7.3 Output File - optional</h4></p>
    370 <p>
    371 Specifies the full path to a file where synchronized observations are saved in plain ASCII format. The default value is an empty option field, meaning that no ASCII output file is created.
     370<p><a name="syncfile"><h4>3.7.3 File - optional</h4></p>
     371<p>
     372Specifies the full path to a 'File' where synchronized observations are saved in plain ASCII format. The default value is an empty option field, meaning that no ASCII output file is created.
    372373</p>
    373374<p>
     
    375376</p>
    376377
     378<p><a name="syncsample"><h4>3.7.4 Sampling - mandatory if 'File' or 'Port' is set</h4></p>
     379<p>
     380Select the observation output sampling interval in seconds. A value of zero '0' tells BNC to send/store all received epochs. This is the default value.
     381<p>
     382
    377383<p><a name="advnote"><h4>3.8. Monitor</h4></p>
    378384
     
    390396</p>
    391397
    392 <p><a name="obsrate"><h4>3.8.1 Observation Rate - mandatory for 'Failure threshold', 'Recovery threshold', 'Pause' and 'Advisory Script'</h4></p>
     398<p><a name="obsrate"><h4>3.8.1 Observation Rate - mandatory if 'Failure threshold', 'Recovery threshold', 'Pause' and 'Advisory Script' is set</h4></p>
    393399<p>
    394400BNC can collect all returns (success or failure) coming from a decoder within a certain short time span to then decide whether a stream has an outage or its content is corrupted. This procedure needs a rough a priory estimate of the expected observation rate of the incoming streams.</p><p>An empty option field (default) means that you don't want an explicit information from BNC about stream outages and incoming streams that can not be decoded and that the special procedure for handling of corrupted streams is by-passed (decoding attempt will never get paused).
Note: See TracChangeset for help on using the changeset viewer.