Changeset 708 in ntrip for trunk/BNC/RTCM
- Timestamp:
- Mar 6, 2008, 10:13:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM/RTCM2.cpp
r707 r708 959 959 // Satellite 960 960 sid = P.getUnsignedBits(iSat*48+27,5); 961 if (sid==0) sid=32;961 if (sid==0) sid=32; 962 962 963 963 prn = (isGPS? sid : sid+200 ); … … 1037 1037 isGPS = ( P.getUnsignedBits(26,1)==0 ); 1038 1038 #endif 1039 GPSonly = GPSonly && isGPS; 1039 1040 1040 1041 // Multiple Message Indicator (only checked for first satellite) … … 1073 1074 // Satellite 1074 1075 sid = P.getUnsignedBits(iSat*48+27,5); 1075 if (sid==0) sid=32;1076 if (sid==0) sid=32; 1076 1077 prn = (isGPS? sid : sid+200 ); 1077 1078
Note:
See TracChangeset
for help on using the changeset viewer.