Changeset 2680 in ntrip


Ignore:
Timestamp:
Nov 13, 2010, 12:19:28 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r2678 r2680  
    350350                  obs->_o.S2   = parser.Data.measdata[iSat][pos];
    351351                }
     352
     353                // New Carriers
     354                // ------------
     355                else if (df & GNSSDF_C5DATA) {
     356                  obs->_o.C5 = parser.Data.measdata[iSat][pos];
     357                }
     358                else if (df & GNSSDF_L5DATA) {
     359                  obs->_o.L5   = parser.Data.measdata[iSat][pos];
     360                }
     361                else if (df & GNSSDF_S5DATA) {
     362                  obs->_o.S5   = parser.Data.measdata[iSat][pos];
     363                }
    352364              }
    353365            }
Note: See TracChangeset for help on using the changeset viewer.