Changeset 6151 in ntrip for trunk/BNC/src/RTCM3
- Timestamp:
- Sep 14, 2014, 8:24:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r6138 r6151 146 146 parser.GPSTOW = int(secGPS); 147 147 } 148 149 // Get Glonass Slot Numbers from Global Array150 // ------------------------------------------151 BNC_CORE->getGlonassSlotNums(parser.GLOFreq);152 148 153 149 // Remaining part decodes the Observations … … 406 402 407 403 if (decoded) { 408 BNC_CORE->storeGlonassSlotNums(parser.GLOFreq);409 404 return success; 410 405 }
Note:
See TracChangeset
for help on using the changeset viewer.