Changeset 6207 in ntrip for trunk/clock_and_orbit/lib
- Timestamp:
- Sep 25, 2014, 10:59:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/clock_and_orbit/lib/clock_orbit_rtcm.c
r6206 r6207 917 917 } 918 918 } 919 #ifdef DEBUG 920 for(type = 0; type < (int)size && (unsigned char)buffer[type] != 0xD3; ++type) 921 numbits += 8; 922 fprintf(stderr, "numbits left %d\n",numbits); 923 #endif 924 return mmi ? GCOBR_MESSAGEFOLLOWS : GCOBR_OK; 919 925 } 920 926 else if(type >= corbase[s]) … … 1278 1284 break; 1279 1285 default: 1280 return GCOBR_UNKNOWNTYPE;1286 continue; 1281 1287 } 1282 1288 #ifdef COR_LATENCY
Note:
See TracChangeset
for help on using the changeset viewer.