Changeset 2281 in ntrip
- Timestamp:
- Jan 29, 2010, 10:29:53 AM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bnchelp.html ¶
r2280 r2281 158 158 3.13.2 <a href=#throughput>Throughput</a><br> 159 159 3.13.3 <a href=#latency>Latency</a><br> 160 3.13.4 <a href=#ppptab>PPP</a><br> 160 3.13.4 <a href=#ppptab>Static PPP</a><br> 161 161 3.14. <a href=#bottom>Bottom Menu Bar</a><br> 162 162 3.14.1. <a href=#streamadd>Add Stream - Coming from Caster</a><br> … … 1108 1108 </p> 1109 1109 1110 <p><a name="ppptab"><h4>3.13.4 PPP</h4></p> 1111 <p> 1112 Precise Point Positioning time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP' tab. Values are either referred to reference coordinates (if specified) or referred to the first estimated set of coordinate components. The time as given in format [hh:mm] refers to GPS Time. The sliding PPP time series window covers a period of 5 minutes. Note that it may take up to 30 seconds or more till the first PPP solutions becomes available. 1110 <p><a name="ppptab"><h4>3.13.4 Static PPP</h4></p> 1111 <p> 1112 Precise Point Positioning time series of North (red), East (green) and Up (blue) coordinate components are shown in the 'PPP' tab when the 'Static' PPP option is applied. Values are either referred to reference coordinates (if specified) or referred to the first estimated set of coordinate components. The time as given in format [hh:mm] refers to GPS Time. The sliding PPP time series window covers a period of 5 minutes. Note that it may take up to 30 seconds or more till the first PPP solutions becomes available. 1113 1113 </p> 1114 1114 -
TabularUnified trunk/BNC/bncwindow.cpp ¶
r2269 r2281 477 477 _loggroup->addTab(_bncFigure,tr("Throughput")); 478 478 _loggroup->addTab(_bncFigureLate,tr("Latency")); 479 _loggroup->addTab(_bncFigurePPP,tr("PPP")); 479 _loggroup->addTab(_bncFigurePPP,tr("Static PPP")); 480 480 481 481 // Proxy Tab
Note:
See TracChangeset
for help on using the changeset viewer.