Changeset 3781 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Apr 5, 2012, 11:19:10 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3779 r3781 1199 1199 _cmbMethodComboBox->setWhatsThis(tr("<p>Select a clock combination approach. Options are 'Single-Epoch' and Kalman 'Filter'. It is suggested to use the Kalman filter approach for the purpose of Precise Point Positioning.</p>")); 1200 1200 _uploadTable->setWhatsThis(tr("<p>BNC can upload clock and orbit corrections to broadcast ephemeris (Broadcast Corrections) in RTCM Version 3 SSR format. The clock and orbit corrections may either come from a Real-time Network Engine or from a combination of incoming orbit/clock streams.</p><p>Hit the 'Add Row' button, double click on the 'Host' field to enter the IP or URL of an NTRIP broadcaster and hit Enter. Then double click on the 'Port' field to enter the NTRIP broadcaster IP port.</p>")); 1201 _postObsFileChooser->setWhatsThis(tr("Full Path to RINEX Observation File"));1202 _postNavFileChooser->setWhatsThis(tr("Full Path to RINEX Navigation File"));1203 _postCorrFileChooser->setWhatsThis(tr("Full Path to DGPS Correction File"));1204 _postOutLineEdit->setWhatsThis(tr("Full Path to DGPS Correction File"));1201 _postObsFileChooser->setWhatsThis(tr("Full path to RINEX v2/v3 Observation file.")); 1202 _postNavFileChooser->setWhatsThis(tr("Full path to RINEX v2/v3 Navigation file.")); 1203 _postCorrFileChooser->setWhatsThis(tr("Full path to Broadcast Corrections file as previously saved with BNC in plain ASCII format.")); 1204 _postOutLineEdit->setWhatsThis(tr("Full path to file with post processing PPP results. ")); 1205 1205 addCmbRowButton->setWhatsThis(tr("Hit 'Add Row' button to add another line to the mountpoints table.")); 1206 1206 delCmbRowButton->setWhatsThis(tr("Hit 'Delete' button to delete the highlighted line from the mountpoints table."));
Note:
See TracChangeset
for help on using the changeset viewer.