Changeset 961 in ntrip
- Timestamp:
- Jul 23, 2008, 10:54:19 AM (17 years ago)
- Location:
- trunk/BNS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNS/bnsabout.html ¶
r749 r961 21 21 The Bundesamt fuer Geodaesie und Kartographie (BKG) may not be held liable for damages of any kind, direct or consequential, which may result from the use of this software.<br> 22 22 <br> 23 BKG, Frankfurt, Germany, March2008<br>23 BKG, Frankfurt, Germany, August 2008<br> 24 24 E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br> 25 25 </p> -
TabularUnified trunk/BNS/bnshelp.html ¶
r960 r961 321 321 <li>Second in GPS Week</li> 322 322 <li>GNSS Indicator and Satellite Vehicle Pseudo Random Number</li> 323 <li>IOD refering to Broadcast Ephemeris set</li> 323 <li>IOD referring to Broadcast Ephemeris set</li> 324 324 <li>Clock Correction to Broadcast Ephemeris [m]</li> 325 325 <li>Radial Component of Orbit Correction to Broadcast Ephemeris [m]</li> … … 442 442 <table> 443 443 <tr></tr> 444 <tr><td>August 2008 </td><td>Version 1.0 </td><td>[Add] FirstBeta Binaries published.</td></tr>444 <tr><td>August 2008 </td><td>Version 1.0 </td><td>[Add] Beta Binaries published.</td></tr> 445 445 </table> 446 446 </p> -
TabularUnified trunk/BNS/bnswindow.cpp ¶
r958 r961 132 132 _refSysComboBox->setCurrentIndex(ii); 133 133 } 134 _refSysComboBox->setWhatsThis(tr("Select the target reference system for outgoing orbit and clockcorrections."));134 _refSysComboBox->setWhatsThis(tr("Select the target reference system for outgoing clock and orbit corrections.")); 135 135 136 136 _ephHostLineEdit = new QLineEdit(settings.value("ephHost").toString()); … … 144 144 145 145 _clkHostLineEdit = new QLineEdit(settings.value("clkHost").toString()); 146 _clkHostLineEdit->setWhatsThis(tr("BNS reads Clock and Orbit corrections referring to the IGS system (X,Y,Z, ECEF) from an IP address. Specify the host IP e.g. of an RTNet installation providing this information."));146 _clkHostLineEdit->setWhatsThis(tr("BNS reads Clocks & Orbits referring to the IGS system (X,Y,Z, ECEF) in plain ASCII format from an IP address. Specify the host IP e.g. of an RTNet installation providing this information.")); 147 147 _clkPortLineEdit = new QLineEdit(settings.value("clkPort").toString()); 148 _clkPortLineEdit->setWhatsThis(tr("BNS reads Clock and Orbit corrections referring to the IGS system (X,Y,Z, ECEF) from an IP address. Specify the IP port e.g. of a RTNet installation providing this information."));148 _clkPortLineEdit->setWhatsThis(tr("BNS reads Clocks & Orbits referring to the IGS system (X,Y,Z, ECEF) in plain ASCII format from an IP address. Specify the IP port e.g. of a RTNet installation providing this information.")); 149 149 _clkProxyCheckBox = new QCheckBox(); 150 150 _clkProxyCheckBox->setCheckState(Qt::CheckState(settings.value("clkProxy").toInt())); 151 _clkProxyCheckBox->setWhatsThis(tr("If a proxy server is operated between BNS and the server providing Clock and Orbit corrections, you may need to use the proxy server settings you have specified. Tick 'Use proxy' to activate them for stream access."));151 _clkProxyCheckBox->setWhatsThis(tr("If a proxy server is operated between BNS and the server providing Clocks & Orbits, you may need to use the proxy server settings you have specified. Tick 'Use proxy' to activate them for stream access.")); 152 152 _clkFileLineEdit = new QLineEdit(settings.value("clkFile").toString()); 153 _clkFileLineEdit->setWhatsThis(tr("Specify the full path to a file where incoming IGS Clock and Orbit corrections are saved. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that incomingcorrections are not saved."));153 _clkFileLineEdit->setWhatsThis(tr("Specify the full path to a file where incoming IGS Clocks & Orbits are saved. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that incoming Clocks & Orbits corrections are not saved.")); 154 154 _clkPortLineEdit->setMaximumWidth(9*ww); 155 155 … … 170 170 _outProxyCheckBox->setWhatsThis(tr("If a proxy server is operated between BNS and the NTRIP Broadcaster, you may need to use the proxy server settings you have specified. Tick 'Use proxy' to activate them for stream upload.")); 171 171 _outFileLineEdit = new QLineEdit(settings.value("outFile").toString()); 172 _outFileLineEdit->setWhatsThis(tr("Specify the full path to a file where outgoing Clock andOrbit corrections to Broadcast Ephemeris are saved. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that outgoing corrections are not saved."));172 _outFileLineEdit->setWhatsThis(tr("Specify the full path to a file where outgoing clock and orbit corrections to Broadcast Ephemeris are saved. Beware that the size of this file can rapidly increase. Default is an empty option field meaning that outgoing corrections are not saved.")); 173 173 174 174 _rnxPathLineEdit = new QLineEdit(settings.value("rnxPath").toString()); … … 193 193 194 194 _sp3PathLineEdit = new QLineEdit(settings.value("sp3Path").toString()); 195 _sp3PathLineEdit->setWhatsThis(tr("Specify the path for saving the generate corbit corrections as SP3 orbit files. If the specified directory does not exist, BNS will not create Clock RINEX files."));195 _sp3PathLineEdit->setWhatsThis(tr("Specify the path for saving the generated orbit corrections as SP3 orbit files. If the specified directory does not exist, BNS will not create Clock RINEX files.")); 196 196 _sp3IntrComboBox = new QComboBox; 197 197 _sp3IntrComboBox->setMaximumWidth(9*ww);
Note:
See TracChangeset
for help on using the changeset viewer.