Changeset 364 in ntrip for trunk/rtcm3torinex
- Timestamp:
- Jan 11, 2007, 4:32:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/rtcm3torinex/rtcm3torinex.c ¶
r363 r364 1 1 /* 2 2 Converter for RTCM3 data to RINEX. 3 $Id: rtcm3torinex.c,v 1.1 4 2006/11/29 10:43:15stoecker Exp $3 $Id: rtcm3torinex.c,v 1.15 2007/01/11 14:10:13 stoecker Exp $ 4 4 Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu> 5 5 … … 51 51 52 52 /* CVS revision and version */ 53 static char revisionstr[] = "$Revision: 1.1 4$";53 static char revisionstr[] = "$Revision: 1.15 $"; 54 54 55 55 static uint32_t CRC24(long size, const unsigned char *buf) … … 741 741 Parser->datapos[Parser->numdatatypes] = GNSSENTRY_##a##DATA; \ 742 742 data[RINEXENTRY_##b##DATA] = ++Parser->numdatatypes; \ 743 snprintf(tbuffer+tbufferpos, sizeof(tbuffer)-tbufferpos, " "#b); \ 744 tbufferpos += 6; \ 743 745 } \ 744 snprintf(tbuffer+tbufferpos, sizeof(tbuffer)-tbufferpos, " "#b); \745 tbufferpos += 6; \746 746 } 747 747 … … 811 811 { 812 812 RTCM3Error("Header file is too large. Only %d bytes read.", 813 siz); 813 (int)siz); 814 814 } 815 815 /* scan the file line by line and enter the entries in the list */ … … 1017 1017 1018 1018 #ifndef NO_RTCM3_MAIN 1019 static char datestr[] = "$Date: 200 6/11/29 10:43:15$";1019 static char datestr[] = "$Date: 2007/01/11 14:10:13 $"; 1020 1020 1021 1021 /* The string, which is send as agent in HTTP request */
Note:
See TracChangeset
for help on using the changeset viewer.