Changeset 4173 in ntrip
- Timestamp:
- May 15, 2012, 9:50:22 AM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncsettings.cpp
r4146 r4173 170 170 setValue_p("uploadMountpointsOut",""); 171 171 setValue_p("uploadIntr", "1 day"); 172 setValue_p("uploadSampl", "5"); 173 setValue_p("uploadSamplOrb", "0"); 172 setValue_p("uploadSamplRtcmClkCorr", "5"); 173 setValue_p("uploadSamplRtcmEphCorr", "0"); 174 setValue_p("uploadSamplSp3", "1"); 175 setValue_p("uploadSamplClkRnx", "5"); 174 176 setValue_p("trafo_dx", ""); 175 177 setValue_p("trafo_dy", ""); -
trunk/BNC/bncwindow.cpp
r4172 r4173 577 577 _uploadSamplSp3SpinBox = new QSpinBox; 578 578 _uploadSamplSp3SpinBox->setMinimum(0); 579 _uploadSamplSp3SpinBox->setMaximum( 60);580 _uploadSamplSp3SpinBox->setSingleStep( 5);579 _uploadSamplSp3SpinBox->setMaximum(15); 580 _uploadSamplSp3SpinBox->setSingleStep(1); 581 581 _uploadSamplSp3SpinBox->setMaximumWidth(9*ww); 582 582 _uploadSamplSp3SpinBox->setValue(settings.value("uploadSamplSp3").toInt()); 583 _uploadSamplSp3SpinBox->setSuffix(" sec");583 _uploadSamplSp3SpinBox->setSuffix(" min"); 584 584 585 585 _uploadSamplClkRnxSpinBox = new QSpinBox; … … 1295 1295 _uploadSamplRtcmEphCorrSpinBox->setWhatsThis(tr("Select the Ephemeris Correction sampling interval in seconds. A value of zero '0' tells BNC to upload all available samples.")); 1296 1296 _uploadSamplClkRnxSpinBox->setWhatsThis(tr("Select the Clock RINEX file sampling interval in seconds. A value of zero '0' tells BNC to store all available samples into Clock RINEX files.")); 1297 _uploadSamplSp3SpinBox->setWhatsThis(tr("Select the SP3 orbit file sampling interval in seconds. A value of zero '0' tells BNC to store all available samples into SP3 orbit files."));1297 _uploadSamplSp3SpinBox->setWhatsThis(tr("Select the SP3 orbit file sampling interval in minutes. A value of zero '0' tells BNC to store all available samples into SP3 orbit files.")); 1298 1298 setUploadTrafoButton->setWhatsThis(tr("Hit 'Custom Trafo' to specify your own 14 parameter Helmert Transformation instead of selecting a predefined transformation through 'System' button.")); 1299 1299
Note:
See TracChangeset
for help on using the changeset viewer.