Changeset 8620 in ntrip for branches/BNC_2.12/src/bnccaster.cpp


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

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bnccaster.cpp

    r8616 r8620  
    9595    _uSockets = 0;
    9696  }
    97  
    98   _printLockTime = settings.value("printLockTime",false).toBool();
     97
     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;
     
    458458    return;
    459459  }
    460  
     460
    461461  int ms = 0;
    462462
Note: See TracChangeset for help on using the changeset viewer.