Changeset 8621 in ntrip for trunk/BNC/src/bnccaster.cpp


Ignore:
Timestamp:
Feb 28, 2019, 3:17:33 PM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8617 r8621  
    9696  }
    9797
    98   _printLockTime = settings.value("printLockTime",false).toBool();
     98  _outLockTime = settings.value("outLockTime",false).toBool();
    9999  _samplingRateMult10 = int(settings.value("outSampl").toString().split("sec").first().toDouble() * 10.0);
    100100  _outWait            = settings.value("outWait").toDouble();
     
    173173           << setw(4)  << obs._time.gpsw()                      << " "
    174174           << setw(14) << setprecision(7) << obs._time.gpssec() << " "
    175            << bncRinex::asciiSatLine(obs,_printLockTime) << endl;
     175           << bncRinex::asciiSatLine(obs,_outLockTime) << endl;
    176176
    177177      string hlpStr = oStr.str();
     
    319319          }
    320320          oStr << obs._staID << ' '
    321                << bncRinex::asciiSatLine(obs,_printLockTime) << endl;
     321               << bncRinex::asciiSatLine(obs,_outLockTime) << endl;
    322322          if (!it.hasNext()) {
    323323            oStr << endl;
Note: See TracChangeset for help on using the changeset viewer.