Changeset 1097 in ntrip
- Timestamp:
- Sep 2, 2008, 4:27:53 PM (16 years ago)
- Location:
- trunk/rtcm3torinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/rtcm3torinex.c
r1092 r1097 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1. 15 2008/08/15 17:00:03 weber Exp $3 $Id: rtcm3torinex.c,v 1.32 2008/09/02 07:45:48 stoecker Exp $ 4 4 Copyright (C) 2005-2008 by Dirk Stöcker <stoecker@alberding.eu> 5 5 … … 51 51 52 52 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1. 15$";53 static char revisionstr[] = "$Revision: 1.32 $"; 54 54 55 55 #ifndef COMPILEDATE … … 283 283 284 284 GETBITS(type,12) 285 #if ndef NO_RTCM3_MAIN285 #ifdef NO_RTCM3_MAIN 286 286 handle->typeList[handle->typeSize] = type; /* RTCM message types */ 287 287 if(handle->typeSize < 100) {handle->typeSize += 1;} /* RTCM message types */ … … 1622 1622 1623 1623 #ifndef NO_RTCM3_MAIN 1624 static char datestr[] = "$Date: 2008/0 8/15 17:00:03$";1624 static char datestr[] = "$Date: 2008/09/02 07:45:48 $"; 1625 1625 1626 1626 /* The string, which is send as agent in HTTP request */ -
trunk/rtcm3torinex/rtcm3torinex.h
r1092 r1097 4 4 /* 5 5 Converter for RTCM3 data to RINEX. 6 $Id: rtcm3torinex.h,v 1. 11 2008/08/09 23:58:23 weber Exp $6 $Id: rtcm3torinex.h,v 1.8 2008/09/02 07:45:48 stoecker Exp $ 7 7 Copyright (C) 2005-2006 by Dirk Stöcker <stoecker@alberding.eu> 8 8 … … 194 194 int lastlockl1[64]; 195 195 int lastlockl2[64]; 196 #if ndef NO_RTCM3_MAIN196 #ifdef NO_RTCM3_MAIN 197 197 int typeSize; /* RTCM message types */ 198 198 int typeList[101]; /* RTCM message types */
Note:
See TracChangeset
for help on using the changeset viewer.