Changeset 6858 in ntrip


Ignore:
Timestamp:
May 28, 2015, 12:30:52 PM (9 years ago)
Author:
stuerze
Message:

documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnchelp.html

    r6853 r6858  
    23462346</p>
    23472347<p>
    2348 Below you find an example for the 'RTNET' ASCII format coming from a real-time GNSS engine. Each epoch begins with an asterisk character followed by the time as year, month, day of month, hour, minute and second. Subsequent records provide the following set of parameters for each satellite:
    2349 </p>
     2348Below you find an example for the 'RTNET' ASCII format coming from a real-time GNSS engine. Each epoch begins with an asterisk character followed by the time as year, month, day of month, hour, minute and second. Subsequent records can provide
     2349</p>
     2350<p>
     2351<li>satellite specific parameters </li>
     2352</p>
     2353<ul>
     2354A set of parameters can be defined for each satellite as follows:
    23502355<p>
    23512356&lt;SatelliteID&gt; &lt;key&gt; &lt;numValues&gt; &lt;value1 value2 ...&gt; &lt;key&gt; &lt;numValues&gt; &lt;value1 value2 ...&gt; ...
     
    23532358</p>
    23542359<p>
    2355 The following keys and values are currently specified in BNC:
     2360The following satellite specific keys and values are currently specified in BNC:
    23562361</p>
    23572362<table>
     
    23672372</table>
    23682373</p>
    2369 
     2374</ul>
     2375<li> non-satellite specific parameters
     2376<ul>
     2377The following non-satellite specific keys and values are currently specified in BNC:
     2378</p>
     2379<table>
     2380<tr><td><i>Key&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</i></td><td><i>Values</i></td></tr>
     2381<tr><td>IND</td><td>followed by Dispersive Bias Consistency Indicator and MW Consitency Indicator</td></tr>
     2382<tr><td>VTEC</td><td>followed by Update Interval and Number of Ionospheric Layers</td></tr>
     2383</table>
     2384</p>
     2385If the key VTEC is specified, a data set for each layer contains within its first line the Layers Number, followed by Maximum Degree, Maximum Order and Layer Hight. After that the respective Spherical Harmonic Coefficients follow.
     2386</ul>
    23702387<p>
    23712388Because each keyword is associated to a certain number of values, an 'old' BNC could be operated with an incoming 'new' RTNET stream containing so far unknown keys - they would just be skipped in BNC.
Note: See TracChangeset for help on using the changeset viewer.