Changeset 4542 in ntrip for trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
- Timestamp:
- Aug 21, 2012, 6:13:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r4176 r4542 49 49 50 50 _samplRtcmEphCorr = settings.value("uploadSamplRtcmEphCorr").toDouble(); 51 double samplClkRnx = settings.value("uploadSamplClkRnx").toDouble();52 double samplSp3 = settings.value("uploadSamplSp3").toDouble() * 60.0;51 int samplClkRnx = settings.value("uploadSamplClkRnx").toInt(); 52 int samplSp3 = settings.value("uploadSamplSp3").toInt() * 60; 53 53 54 54 if (_samplRtcmEphCorr == 0.0) {
Note:
See TracChangeset
for help on using the changeset viewer.