Changeset 961 in ntrip


Ignore:
Timestamp:
Jul 23, 2008, 10:54:19 AM (16 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsabout.html

    r749 r961  
    2121The 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>
    2222<br>
    23 BKG, Frankfurt, Germany, March 2008<br>
     23BKG, Frankfurt, Germany, August 2008<br>
    2424E-Mail: <a><u>euref-ip@bkg.bund.de</u></a>.<br>
    2525</p>
  • trunk/BNS/bnshelp.html

    r960 r961  
    321321<li>Second in GPS Week</li>
    322322<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>
    324324<li>Clock Correction to Broadcast Ephemeris [m]</li>
    325325<li>Radial Component of Orbit Correction to Broadcast Ephemeris [m]</li>
     
    442442<table>
    443443<tr></tr>
    444 <tr><td>August 2008 &nbsp;</td><td>Version 1.0 &nbsp;</td><td>[Add] First Beta Binaries published.</td></tr>
     444<tr><td>August 2008 &nbsp;</td><td>Version 1.0 &nbsp;</td><td>[Add] Beta Binaries published.</td></tr>
    445445</table>
    446446</p>
  • trunk/BNS/bnswindow.cpp

    r958 r961  
    132132    _refSysComboBox->setCurrentIndex(ii);
    133133  }
    134   _refSysComboBox->setWhatsThis(tr("Select the target reference system for outgoing orbit and clock corrections."));
     134  _refSysComboBox->setWhatsThis(tr("Select the target reference system for outgoing clock and orbit corrections."));
    135135
    136136  _ephHostLineEdit  = new QLineEdit(settings.value("ephHost").toString());
     
    144144
    145145  _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."));
    147147  _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."));
    149149  _clkProxyCheckBox  = new QCheckBox();
    150150  _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."));
    152152  _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 incoming corrections 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."));
    154154  _clkPortLineEdit->setMaximumWidth(9*ww);
    155155
     
    170170  _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."));
    171171  _outFileLineEdit    = new QLineEdit(settings.value("outFile").toString());
    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."));
     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."));
    173173
    174174  _rnxPathLineEdit = new QLineEdit(settings.value("rnxPath").toString());
     
    193193
    194194  _sp3PathLineEdit = new QLineEdit(settings.value("sp3Path").toString());
    195   _sp3PathLineEdit->setWhatsThis(tr("Specify the path for saving the generatec orbit 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."));
    196196  _sp3IntrComboBox = new QComboBox;
    197197  _sp3IntrComboBox->setMaximumWidth(9*ww);
Note: See TracChangeset for help on using the changeset viewer.