Changeset 5520 in ntrip for trunk/BNC/src/RTCM/GPSDecoder.cpp
- Timestamp:
- Oct 28, 2013, 2:14:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM/GPSDecoder.cpp
r5380 r5520 202 202 else if (rnxStr[1] == '2') { 203 203 if (rnxStr.length() < 3) { 204 res += GNSSENTRY_TYPE P2;204 res += GNSSENTRY_TYPEC2; 205 205 } 206 206 else if (QString("PWY").indexOf(rnxStr[2]) != -1) {
Note:
See TracChangeset
for help on using the changeset viewer.