Changeset 5548 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Nov 17, 2013, 12:33:24 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM/GPSDecoder.cpp

    r5529 r5548  
    209209  else if (rnxStr[1] == '2') {
    210210    if      (rnxStr.length() < 3) {
    211       res += GNSSENTRY_TYPEC2;
     211      res += GNSSENTRY_TYPEP2;
    212212    }
    213213    else if (QString("PWY").indexOf(rnxStr[2])  != -1) {
Note: See TracChangeset for help on using the changeset viewer.