Changeset 9081 in ntrip for branches/BNC_2.12


Ignore:
Timestamp:
Aug 31, 2020, 11:06:23 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp

    r9036 r9081  
    5757  _ssrFormat = ssrFormat;
    5858  _ssrCorr = 0;
    59   if      (_ssrFormat == "IGS-SSR") {qDebug() << "bin hier IGS";
     59  if      (_ssrFormat == "IGS-SSR") {
    6060    _ssrCorr = new SsrCorrIgs();
    6161  }
    62   else if (_ssrFormat == "RTCM-SSR") {qDebug() << "bin hier RTCM";
     62  else if (_ssrFormat == "RTCM-SSR") {
    6363    _ssrCorr = new SsrCorrRtcm();
    6464  }
Note: See TracChangeset for help on using the changeset viewer.