Changeset 5371 in ntrip
- Timestamp:
- Aug 29, 2013, 6:27:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM/GPSDecoder.cpp
r5370 r5371 193 193 res += GNSSENTRY_TYPEP2; 194 194 } 195 else if (QString("PWY").indexOf(rnxStr[2]) != -1) {195 else if (QString("PWY").indexOf(rnxStr[2]) != -1) { 196 196 res += GNSSENTRY_TYPEP2; 197 197 } 198 else if (QString("CSLX").indexOf(rnxStr[2]) 198 else if (QString("CSLX").indexOf(rnxStr[2]) != -1) { 199 199 res += GNSSENTRY_TYPEC2; 200 200 }
Note:
See TracChangeset
for help on using the changeset viewer.