- Timestamp:
- Jul 28, 2015, 9:46:13 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncgetthread.cpp
r6864 r7153 796 796 bool allFound = true; 797 797 QString slot = decoder()->_gloFrq; 798 slot.replace(" "," ").replace(" ",":"); 798 799 if (_gloSlots.indexOf(slot) == -1) { 799 800 _gloSlots.append(slot); … … 802 803 if (!allFound) { 803 804 _gloSlots.sort(); 804 emit(newMessage(_staID + ": GLONASS slots" + _gloSlots.join(" ").toAscii(), true));805 emit(newMessage(_staID + ": GLONASS Slot:Freq " + _gloSlots.join(" ").toAscii(), true)); 805 806 } 806 807 }
Note:
See TracChangeset
for help on using the changeset viewer.