Changeset 741 in ntrip
- Timestamp:
- Mar 20, 2008, 9:07:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnchelp.html
r740 r741 77 77 3.6.4. <a href=#ephvers>Version</a><br> 78 78 3.7. <a href=#syncout>Synchronized Observations</a><br> 79 3.7.1. <a href=#syncport> OutputPort</a><br>79 3.7.1. <a href=#syncport>Port</a><br> 80 80 3.7.2. <a href=#syncwait>Wait for Full Epoch</a><br> 81 3.7.3. <a href=#syncfile>Output File</a><br> 81 3.7.3. <a href=#syncfile>File</a><br> 82 3.7.4. <a href=#syncsample>Sampling</a><br> 82 83 3.8. <a href=#advnote>Monitor</a><br> 83 84 3.8.1. <a href=#obsrate>Observation Rate</a><br> … … 313 314 </p> 314 315 315 <p><a name="syncport"><h4>3.7.1 OutputPort - 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> 318 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> 318 319 <p>The binary output is a continuous stream in the following order:</p> 319 320 <pre> … … 356 357 </pre> 357 358 <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 save sthe observations in file 'obs.txt'.359 </p> 360 361 <p><a name="syncwait"><h4>3.7.2 Wait for Full Epoch - optional</h4></p>359 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 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> 362 363 <p> 363 364 When 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. … … 367 368 </p> 368 369 369 <p><a name="syncfile"><h4>3.7.3 OutputFile - optional</h4></p>370 <p> 371 Specifies the full path to a filewhere 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> 372 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. 372 373 </p> 373 374 <p> … … 375 376 </p> 376 377 378 <p><a name="syncsample"><h4>3.7.4 Sampling - mandatory if 'File' or 'Port' is set</h4></p> 379 <p> 380 Select 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 377 383 <p><a name="advnote"><h4>3.8. Monitor</h4></p> 378 384 … … 390 396 </p> 391 397 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> 393 399 <p> 394 400 BNC 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.