Changeset 142 in ntrip for trunk/BNC/RTCM
- Timestamp:
- Sep 8, 2006, 2:14:11 PM (19 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC ¶
- Property svn:ignore
-
TabularUnified
old new 3 3 bnc 4 4 anlagen 5 qrc_bnc.cpp 5 6 moc_bnccaster.cpp 6 7 moc_bncgetthread.cpp
-
- Property svn:ignore
-
TabularUnified trunk/BNC/RTCM/RTCM.cpp ¶
r141 r142 1 1 // -*- C++ -*- 2 2 // RTCM.C 3 // $Id: RTCM.cpp,v 1. 1.1.12006/05/30 11:05:27mervart Exp $3 // $Id: RTCM.cpp,v 1.2 2006/09/08 12:07:14 mervart Exp $ 4 4 // 2005/04/11: counter 'iPCode' for indicating CA or P Code on L1 (BKG) 5 5 … … 874 874 #if 1 875 875 #ifdef DEBUG 876 fprintf(stderr, "unknown byte type %d (%d 0x%0x)\n", b >> DATA_SHIFT, 876 fprintf(stderr, "RTCM 2.x: unknown byte type %d (%d 0x%0x)\n", b >> DATA_SHIFT, 877 877 b, b); 878 878 #endif
Note:
See TracChangeset
for help on using the changeset viewer.