Ignore:
Timestamp:
Sep 14, 2014, 8:24:57 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6138 r6151  
    146146    parser.GPSTOW = int(secGPS);
    147147  }
    148 
    149   // Get Glonass Slot Numbers from Global Array
    150   // ------------------------------------------
    151   BNC_CORE->getGlonassSlotNums(parser.GLOFreq);
    152148
    153149  // Remaining part decodes the Observations
     
    406402
    407403  if (decoded) {
    408     BNC_CORE->storeGlonassSlotNums(parser.GLOFreq);
    409404    return success;
    410405  }
Note: See TracChangeset for help on using the changeset viewer.