- Timestamp:
- May 28, 2015, 12:30:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r6853 r6858 2346 2346 </p> 2347 2347 <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> 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 can provide 2349 </p> 2350 <p> 2351 <li>satellite specific parameters </li> 2352 </p> 2353 <ul> 2354 A set of parameters can be defined for each satellite as follows: 2350 2355 <p> 2351 2356 <SatelliteID> <key> <numValues> <value1 value2 ...> <key> <numValues> <value1 value2 ...> ... … … 2353 2358 </p> 2354 2359 <p> 2355 The following keys and values are currently specified in BNC:2360 The following satellite specific keys and values are currently specified in BNC: 2356 2361 </p> 2357 2362 <table> … … 2367 2372 </table> 2368 2373 </p> 2369 2374 </ul> 2375 <li> non-satellite specific parameters 2376 <ul> 2377 The following non-satellite specific keys and values are currently specified in BNC: 2378 </p> 2379 <table> 2380 <tr><td><i>Key </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> 2385 If 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> 2370 2387 <p> 2371 2388 Because 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.