Changeset 1201 in ntrip
- Timestamp:
- Nov 15, 2008, 9:05:20 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncgetthread.cpp ¶
r1186 r1201 847 847 emit(newMessage(_staID + ": ARP (ITRF) Y " + ant2.toAscii() + "m")); 848 848 emit(newMessage(_staID + ": ARP (ITRF) Z " + ant3.toAscii() + "m")); 849 emit(newMessage(_staID + ": Antenna height " + ant4.toAscii() + "m")); 849 emit(newMessage(_staID + ": Antenna height above ARP " + ant4.toAscii() + "m")); 850 850 } 851 851 } -
TabularUnified trunk/BNC/bnchelp.html ¶
r1195 r1201 38 38 <li>generate ephemeris and synchronized observations epoch by epoch through an IP port to support real-time GNSS engines, and/or</li> 39 39 <li>generate clock and orbit corrections to broadcast ephemeris through an IP port to support real-time Precise Point Positioning on GNSS rovers, and/or</li> 40 <li>generate synchronized clock and orbit corrections to broadcast ephemeris epoch by epoch through an IP port to support the combination of such streams as coming from various correction providers, and/or</li> 41 <li>monitor the performance of a network of real-time GNSS reference stations to generate advisory notes, and/or</li>42 <li> checkRTCM streams for incoming message types and their repetition rates.</li>40 <li>generate synchronized clock and orbit corrections to broadcast ephemeris epoch by epoch through an IP port to support the combination of such streams as coming simultaneously from various correction providers, and/or</li> 41 <li>monitor the performance of a network of real-time GNSS data streams to generate advisory notes, and/or</li> 42 <li>scan RTCM streams for incoming antenna information as well as message types and their repetition rates.</li> 43 43 </ul> 44 44 </p> … … 135 135 Use smaller font size if the BNC main window exceeds the size of your screen. 136 136 </li> 137 <li> save selected options in configuration file resp. Windows register.<br> 137 <li> save selected options in configuration file resp. Windows register and let them become active.<br> 138 138 </li> 139 139 <li> … … 199 199 </p> 200 200 <p> 201 <u>'No window' mode:</u> For changes while running BNC in 'no window' mode you force the program to reread parts of its configuration in pre-defined intervals. Select '1 min', '1 hour', or '1 day' to let BNC reread the above mentioned configuration options every full minute, hour, or day. This avoids terminating BNC through usage of 'Stop', or 'Quit' button s and lets probablyedited configuration options become effective on-the-fly without interrupting uninvolved threads. See annexed section 'Configuration File' for a Unix/Linux/Mac configuration file example.201 <u>'No window' mode:</u> For changes while running BNC in 'no window' mode you force the program to reread parts of its configuration in pre-defined intervals. Select '1 min', '1 hour', or '1 day' to let BNC reread the above mentioned configuration options every full minute, hour, or day. This avoids terminating BNC through usage of 'Stop', or 'Quit' button and lets in between edited configuration options become effective on-the-fly without interrupting uninvolved threads. See annexed section 'Configuration File' for a Unix/Linux/Mac configuration file example. 202 202 </p> 203 203 <p> 204 <u>Window mode:</u> For changes while running BNC in window mode you interactively modify one of the above mentioned options and then hit 'Save Options'. Changes will immediately become effective without interrupting uninvolved threads.204 <u>Window mode:</u> For changes while running BNC in window mode you interactively modify one of the above mentioned options and then hit 'Save Options'. Changes will immediately become effective without terminating uninvolved threads. 205 205 </p> 206 206 -
TabularUnified trunk/BNC/bncwindow.cpp ¶
r1200 r1201 273 273 _rnxSkelLineEdit->setWhatsThis(tr("<p>Whenever BNC starts generating RINEX Observation files (and then once every day at midnight), it first tries to retrieve information needed for RINEX headers from so-called public RINEX header skeleton files which are derived from sitelogs. However, sometimes public RINEX header skeleton files are not available, its contents is not up to date, or you need to put additional/optional records in the RINEX header.</p><p>For that BNC allows using personal skeleton files that contain the header records you would like to include. You can derive a personal RINEX header skeleton file from the information given in an up to date sitelog. A file in the RINEX 'Directory' with the RINEX 'Skeleton extension' is interpreted by BNC as a personal RINEX header skeleton file for the corresponding stream.</p>")); 274 274 _rnxAppendCheckBox->setWhatsThis(tr("<p>When BNC is started, new files are created by default and any existing files with the same name will be overwritten. However, users might want to append already existing files following a restart of BNC, a system crash or when BNC crashed. Tick 'Append files' to continue with existing files and keep what has been recorded so far.</p>")); 275 _onTheFlyComboBox->setWhatsThis(tr("<p>When operating BNC online in 'no window' mode, some configuration parameters can be changed on-the-fly without interrupting the running process. For that BNC rereads parts of its configuration in pre-defined intervals.<p></p>Select '1 min', '1 hour', or '1 day' to force BNC to reread its configuration every full minute, hour, or day and let probably edited configuration options become effective on-the-fly without interrupting uninvolved threads.</p>"));275 _onTheFlyComboBox->setWhatsThis(tr("<p>When operating BNC online in 'no window' mode, some configuration parameters can be changed on-the-fly without interrupting the running process. For that BNC rereads parts of its configuration in pre-defined intervals.<p></p>Select '1 min', '1 hour', or '1 day' to force BNC to reread its configuration every full minute, hour, or day and let in between edited configuration options become effective on-the-fly without terminating uninvolved threads.</p><p>Note that when operating BNC in regular window mode some changed configuration options become effective immediately through 'Save Options'.</p>")); 276 276 _rnxIntrComboBox->setWhatsThis(tr("<p>Select the length of the RINEX Observation file.</p>")); 277 277 _ephIntrComboBox->setWhatsThis(tr("<p>Select the length of the RINEX Navigation file.</p>"));
Note:
See TracChangeset
for help on using the changeset viewer.