Changeset 5371 in ntrip for trunk


Ignore:
Timestamp:
Aug 29, 2013, 6:27:06 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5370 r5371  
    193193      res += GNSSENTRY_TYPEP2;
    194194    }
    195     else if (QString("PWY").indexOf(rnxStr[2]) != -1) {
     195    else if (QString("PWY").indexOf(rnxStr[2])  != -1) {
    196196      res += GNSSENTRY_TYPEP2;
    197197    }
    198     else if (QString("CSLX").indexOf(rnxStr[2])    != -1) {
     198    else if (QString("CSLX").indexOf(rnxStr[2]) != -1) {
    199199      res += GNSSENTRY_TYPEC2;
    200200    }
Note: See TracChangeset for help on using the changeset viewer.