Changeset 2672 in ntrip for trunk/BNC/RTCM3
- Timestamp:
- Nov 12, 2010, 11:04:52 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/RTCM3Decoder.cpp
r2669 r2672 145 145 RTCM3ParserData& parser = _parsers[staID]; 146 146 147 // Get Glonass Slot Numbers from Global Array 148 // ------------------------------------------ 149 bncApp* app = (bncApp*) qApp; 150 app->getGlonassSlotNums(parser.GLOFreq); 151 147 152 // Initialize a new parser 148 153 // ----------------------- … … 392 397 393 398 if (decoded) { 399 app->storeGlonassSlotNums(parser.GLOFreq); 394 400 return success; 395 401 }
Note:
See TracChangeset
for help on using the changeset viewer.