Ignore:
Timestamp:
May 29, 2015, 12:19:02 PM (9 years ago)
Author:
stuerze
Message:

scanning of GLONASS slots is added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3Decoder.cpp

    r6856 r6864  
    10611061    eph._frequency_number = i-7;
    10621062    GLOFreq[sv-1] = 100+i-7; /* store frequency for other users (MSM) */
    1063 
     1063    _gloFrq = QString("%1 %2").arg(eph._prn.toString().c_str()).arg(eph._frequency_number,2,'f',0);
    10641064    SKIPBITS(4) /* almanac healthy, almanac health ok, P1 */
    10651065    GETBITS(i, 5)
Note: See TracChangeset for help on using the changeset viewer.