Changeset 7423 in ntrip


Ignore:
Timestamp:
Sep 25, 2015, 10:59:08 AM (9 years ago)
Author:
weber
Message:

String scanRTCM changed to miscScanRTCM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncgetthread.cpp

    r7180 r7423  
    506506      }
    507507
    508       scanRTCM();           
     508      miscScanRTCM();           
    509509
    510510      // Loop over all observations (observations output)
     
    699699// RTCM scan output
    700700//////////////////////////////////////////////////////////////////////////////
    701 void bncGetThread::scanRTCM() {
     701void bncGetThread::miscScanRTCM() {
    702702
    703703  if ( !decoder() ) {
     
    706706
    707707  bncSettings settings;
    708   if ( Qt::CheckState(settings.value("scanRTCM").toInt()) == Qt::Checked ) {
     708  if ( Qt::CheckState(settings.value("miscScanRTCM").toInt()) == Qt::Checked ) {
    709709
    710710    if ( _miscMount == _staID || _miscMount == "ALL" ) {
Note: See TracChangeset for help on using the changeset viewer.