Changeset 7423 in ntrip
- Timestamp:
- Sep 25, 2015, 10:59:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncgetthread.cpp
r7180 r7423 506 506 } 507 507 508 scanRTCM();508 miscScanRTCM(); 509 509 510 510 // Loop over all observations (observations output) … … 699 699 // RTCM scan output 700 700 ////////////////////////////////////////////////////////////////////////////// 701 void bncGetThread:: scanRTCM() {701 void bncGetThread::miscScanRTCM() { 702 702 703 703 if ( !decoder() ) { … … 706 706 707 707 bncSettings settings; 708 if ( Qt::CheckState(settings.value(" scanRTCM").toInt()) == Qt::Checked ) {708 if ( Qt::CheckState(settings.value("miscScanRTCM").toInt()) == Qt::Checked ) { 709 709 710 710 if ( _miscMount == _staID || _miscMount == "ALL" ) {
Note:
See TracChangeset
for help on using the changeset viewer.