Changeset 9033 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Aug 27, 2020, 8:54:14 AM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r9032 r9033  
    5858  _ssrFormat = ssrFormat;qDebug() << _ssrFormat;
    5959  _ssrCorr = 0;
    60   if      (_ssrFormat == "IGS-SSR") {qDebug() << "bin hier IGS";
     60  if      (_ssrFormat == "IGS-SSR") {
    6161    _ssrCorr = new SsrCorrIgs();
    6262  }
    63   else if (_ssrFormat == "RTCM-SSR") {qDebug() << "bin hier RTCM";
     63  else if (_ssrFormat == "RTCM-SSR") {
    6464    _ssrCorr = new SsrCorrRtcm();
    6565  }
    66 if (!_ssrCorr) {
    67   qDebug() << "no _ssrCorr";
    68 }
     66
    6967  _CoM = CoM;
    7068  _PID = PID;
Note: See TracChangeset for help on using the changeset viewer.