Changeset 7153 in ntrip


Ignore:
Timestamp:
Jul 28, 2015, 9:46:13 AM (9 years ago)
Author:
weber
Message:

GLONASS Slot/Channel output in logfile changed

File:
1 edited

Legend:

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

    r6864 r7153  
    796796        bool allFound = true;
    797797        QString slot = decoder()->_gloFrq;
     798        slot.replace("  "," ").replace(" ",":");
    798799        if (_gloSlots.indexOf(slot) == -1) {
    799800          _gloSlots.append(slot);
     
    802803        if (!allFound) {
    803804          _gloSlots.sort();
    804           emit(newMessage(_staID + ": GLONASS slots "  + _gloSlots.join(" ").toAscii(), true));
     805          emit(newMessage(_staID + ": GLONASS Slot:Freq "  + _gloSlots.join(" ").toAscii(), true));
    805806        }
    806807      }
Note: See TracChangeset for help on using the changeset viewer.